forked from radicle-dev/radicle-upstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
65 lines (51 loc) · 2.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[workspace]
resolver = "2"
members = [
"proxy/api",
"upstream-seed",
"upstream-cli",
]
[patch.crates-io.librad]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.link-crypto]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.link-identities]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.rad-identities]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.radicle-daemon]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.radicle-git-ext]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.radicle-git-helpers]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
[patch.crates-io.rad-exe]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-02-15"
# Uncomment the following lines and comment out the radicle-link patches above
# to develop against a local copy of `radicle-link`.
# [patch.crates-io]
# librad = { path = "../radicle-link/librad" }
# link-crypto = { path = "../radicle-link/link-crypto" }
# link-identities = { path = "../radicle-link/link-identities" }
# radicle-daemon = { path = "../radicle-link/daemon" }
# rad-exe = { path = "../radicle-link/rad-exe" }
# rad-identities = { path = "../radicle-link/rad-identities" }
# radicle-git-ext = { path = "../radicle-link/git-ext" }
# radicle-git-helpers = { path = "../radicle-link/git-helpers" }
# These patches are the same as those listed in
# https://github.com/radicle-dev/radicle-link/blob/cycle/2022-02-15/Cargo.toml
[patch.crates-io.thrussh-encoding]
git = "https://github.com/FintanH/thrussh.git"
branch = "generic-agent"
# See https://github.com/radicle-dev/radicle-link/blob/cycle/2022-02-15/link-crypto/Cargo.toml#L34
[patch.crates-io.radicle-keystore]
git = "https://github.com/radicle-dev/radicle-keystore"
rev = "b8a07286bad43a3d4b5f9136b7ef592dfa0fc4ad"