-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (26 loc) · 1.08 KB
/
Cargo.toml
File metadata and controls
31 lines (26 loc) · 1.08 KB
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
[workspace]
resolver = "2"
members = ["api", "backup-shard", "btp", "quantum-link-macros"]
[workspace.package]
homepage = "https://github.com/Foundation-Devices/foundation-api"
[workspace.dependencies]
# blockchain commons
bc-components = { version = "0.28.0" }
bc-envelope = { version = "0.37.0" }
bc-xid = { version = "0.16.0" }
dcbor = { version = "0.23.3" }
gstp = { version = "0.11.0" }
chrono = "0.4"
getrandom = { version = "0.2" }
insta = { version = "1.43.2" }
thiserror = { version = "2" }
rkyv = { version = "0.8" }
# workspace crates
backup-shard = { path = "backup-shard" }
btp = { path = "btp" }
foundation-api = { path = "api" }
quantum-link-macros = { path = "quantum-link-macros" }
[patch.crates-io]
pqcrypto-traits = { git = "https://github.com/Foundation-Devices/pqcrypto", rev = "ebadf71214f67cb970242fa1053b4acb65767737" }
pqcrypto-mldsa = { git = "https://github.com/Foundation-Devices/pqcrypto", rev = "ebadf71214f67cb970242fa1053b4acb65767737" }
pqcrypto-mlkem = { git = "https://github.com/Foundation-Devices/pqcrypto", rev = "ebadf71214f67cb970242fa1053b4acb65767737" }