This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Cargo.toml
71 lines (56 loc) · 2.2 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
66
67
68
69
70
71
[workspace]
resolver = "2"
members = [
"upstream-proxy",
"upstream-cli",
]
[patch.crates-io.rad-common]
git = "https://github.com/radicle-dev/radicle-cli.git"
# Up-to-date as of 2022-04-05
rev = "bff13b4d36cd5dc5c7c761d5fe37a18b584020c3"
[patch.crates-io.lnk-clib]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.lnk-profile]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.librad]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.link-crypto]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.link-identities]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.lnk-identities]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.radicle-git-ext]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.radicle-git-helpers]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.lnk-exe]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.radicle-data]
git = "https://github.com/radicle-dev/radicle-link.git"
tag = "cycle/2022-04-05"
[patch.crates-io.radicle-source]
git = "https://github.com/radicle-dev/radicle-surf.git"
rev = "77b1905ba38fc9c95c01c0ed09d4d495548eacc2"
# 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" }
# lnk-exe = { path = "../radicle-link/lnk-exe" }
# lnk-identities = { path = "../radicle-link/lnk-identities" }
# radicle-git-ext = { path = "../radicle-link/git-ext" }
# radicle-git-helpers = { path = "../radicle-link/git-helpers" }
# radicle-source = { path = "../radicle-surf/source" }
# These patches are the same as those listed in
# https://github.com/radicle-dev/radicle-link/blob/cycle/2022-04-05/Cargo.toml