-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
25 lines (24 loc) · 1 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
[package]
name = "diem-rosetta-proxy"
version = "1.0.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
env_logger = "0.7"
hex = "0.4"
futures = "0.3"
bcs = "0.1.2"
diem-crypto = { version = "0.1.0", git = "https://github.com/diem/diem", rev = "7ffca62b16313208033f3396dd5ec66a335d50a5" }
diem-json-rpc-client = { version = "0.1.0", git = "https://github.com/diem/diem", rev = "7ffca62b16313208033f3396dd5ec66a335d50a5" }
diem-types = { version = "0.1.0", git = "https://github.com/diem/diem", rev = "7ffca62b16313208033f3396dd5ec66a335d50a5" }
log = "0.4"
move-core-types = { version = "0.1.0", git = "https://github.com/diem/diem", rev = "7ffca62b16313208033f3396dd5ec66a335d50a5" }
once_cell = "1.4"
reqwest = "0.10"
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3"
thiserror = "1.0"
tokio = { version = "0.2", features = ["macros"] }
transaction-builder-generated = { version = "0.1.0", git = "https://github.com/diem/diem", rev = "7ffca62b16313208033f3396dd5ec66a335d50a5" }
url = "2.1"
warp = "0.2"