-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (36 loc) · 1.09 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
[workspace]
members = [
"src/example_backend",
"src/signer/api",
"src/signer/canister"]
resolver = "2"
[workspace.dependencies]
assert_matches = "1.5.0"
ic-cdk = "0.17.0"
ic-cdk-macros = "0.17.0"
ic-stable-structures = "0.6.7"
ic-metrics-encoder = "1.1.1"
ic-canister-sig-creation = "1.1.0"
candid = "0.10.11"
ethers-core = "= 2.0.11"
futures = "0.3"
serde = "1"
serde_bytes = "0.11"
getrandom = { version = "0.2", features = ["custom"] }
hex = "0.4"
k256 = "0.13"
lazy_static = "1.5.0"
pocket-ic = "6.0.0"
pretty_assertions = "1.4.1"
bitcoin = "0.32.5"
strum = "0.26.3"
strum_macros = "0.26.4"
ic-chain-fusion-signer-api = { path = "src/signer/api" }
ic-papi-api = { git = "https://github.com/dfinity/papi", rev = "43c42fa2ea5f3d23d81360749deb58a29450c237" }
ic-papi-guard = { git = "https://github.com/dfinity/papi", rev = "43c42fa2ea5f3d23d81360749deb58a29450c237" }
ed25519-dalek = "2.1.1"
signature = "2.2"
# START papi dependencies
ic-ledger-types = "0.13.0"
cycles-ledger-client = { git = "https://github.com/dfinity/papi", rev = "43c42fa2ea5f3d23d81360749deb58a29450c237" }
# END papi dependencies