-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (25 loc) · 1.01 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
[package]
name = "smt-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sha2 = "0.9.8"
anyhow = "1.0.72"
clap = "4.3.11"
ethers-contract-abigen = {git = "https://github.com/gakonst/ethers-rs.git"}
tokio = { version="1.29.1", features=["full"] }
primitive-types = "0.10.0"
ethers = {git = "https://github.com/gakonst/ethers-rs.git"}
reqwest = "0.11.18"
serde_json = "1.0.105"
serde = "1.0.183"
sled = "0.34.7"
sparse-merkle-tree = { git = "https://github.com/YanOctavian/sparse-merkle-tree.git"}
blake2b-rs = "0.2.0"
tiny-keccak = "2.0.2"
hex = "0.4.3"
off-chain-state = { git = "https://github.com/YanOctavian/submitter.git", branch = "test"}
utils = { git = "https://github.com/YanOctavian/submitter.git", branch = "test"}
primitives = { git = "https://github.com/YanOctavian/submitter.git", branch = "test"}
rocksdb = { package = "ckb-rocksdb", version = "0.19", default-features = false, features = ["snappy", "march-native"] }