This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathCargo.toml
105 lines (87 loc) · 2.22 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[profile.ci]
inherits = "dev"
debug = 0
incremental = false
[profile.release]
strip = true
lto = "thin"
codegen-units = 1
panic = "abort"
[workspace]
members = [
"anchor",
"account",
"terminal",
"common",
"checkout",
"cli",
"ens",
"auth",
"help",
"init",
"ls",
"rm",
"issue",
"patch",
"path",
"push",
"pull",
"remote",
"sync",
"self",
"inspect",
"track",
"untrack",
"gov",
"edit",
"reward",
"comment",
]
[patch.crates-io.link-crypto]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.link-identities]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.link-async]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.link-replication]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.radicle-git-helpers]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.librad]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.lnk-sync]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.lnk-clib]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.lnk-profile]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.radicle-git-ext]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.git-trailers]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.git-ref-format]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.lnk-identities]
git = "https://github.com/radicle-dev/radicle-link"
tag = "cycle/2022-09-06"
[patch.crates-io.automerge]
git = "https://github.com/automerge/automerge-rs"
rev = "291557a019acac283e54ea31a9fad81ed65736ab"
[patch.crates-io.libusb1-sys]
git = "https://github.com/a1ien/rusb.git"
rev = "050f5091c7b0fb69c0fc25edec0910abe8afadf1"
[patch.crates-io.radicle-keystore]
git = "https://github.com/radicle-dev/radicle-keystore.git"
rev = "9cbaac582f958f3538362892b9d01b2cfcff9da5"