-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 715 Bytes
/
Cargo.toml
File metadata and controls
22 lines (20 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "sui-connect"
version = "0.1.0"
edition = "2021"
[dependencies]
cargo-dev = "0.0.2"
sui-sdk = { git = "https://github.com/mystenlabs/sui", package = "sui-sdk"}
sui-config = { git = "https://github.com/mystenlabs/sui", package = "sui-config"}
sui-json-rpc-types = { git = "https://github.com/mystenlabs/sui", package = "sui-json-rpc-types"}
sui-keys = { git = "https://github.com/mystenlabs/sui", package = "sui-keys"}
shared-crypto = { git = "https://github.com/mystenlabs/sui", package = "shared-crypto"}
tokio = { version = "1.2", features = ["full"] }
anyhow = "1.0"
futures = "0.3.30"
tracing = "0.1.40"
reqwest = "0.12.4"
serde_json = "1.0.117"
serde = "1.0.203"
bcs = "0.1.6"
hex = "0.4.3"