-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (32 loc) · 1.14 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
[package]
name = "aleo-frost"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
# snarkvm-console-account = "0.15.4"
# snarkvm-console-network = "0.15.4"
# snarkvm-console-program = "0.15.4"
# snarkvm-console-types = "0.15.4"
# snarkvm-console-types-scalar = "0.15.4"
[dependencies.snarkvm-console-account]
# version = "=0.16.19"
git = "https://github.com/puzzlehq/snarkVM.git"
branch = "authorization-deserialization-fix"
[dependencies.snarkvm-console-network]
# version = "=0.16.19"
git = "https://github.com/puzzlehq/snarkVM.git"
branch = "authorization-deserialization-fix"
[dependencies.snarkvm-console-program]
# version = "=0.16.19"
git = "https://github.com/puzzlehq/snarkVM.git"
branch = "authorization-deserialization-fix"
[dependencies.snarkvm-console-types]
# version = "=0.16.19"
git = "https://github.com/puzzlehq/snarkVM.git"
branch = "authorization-deserialization-fix"
[dependencies.snarkvm-console-types-scalar]
# version = "=0.16.19"
git = "https://github.com/puzzlehq/snarkVM.git"
branch = "authorization-deserialization-fix"