-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
20 lines (18 loc) · 1.21 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "gemini-3h-slash"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.11", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] }
sp-core = { git = "https://github.com/subspace/polkadot-sdk", rev = "0cbfcb0232bbf71ac5b14cc8c99bf043cec420ef" }
sp-runtime = { git = "https://github.com/subspace/polkadot-sdk", rev = "0cbfcb0232bbf71ac5b14cc8c99bf043cec420ef" }
substrate-api-client = { git = "https://github.com/scs/substrate-api-client.git" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "abfb71341fdaf246b9112df66de50eec99aa711a" }
scale-info = { version = "2.11.2", default-features = false, features = ["derive"] }
tokio = {version = "1.38.1", features = ["rt-multi-thread", "macros", "time"]}
futures = "0.3.30"
[patch."https://github.com/paritytech/polkadot-sdk.git"]
sp-core = { git = "https://github.com/subspace/polkadot-sdk", rev = "0cbfcb0232bbf71ac5b14cc8c99bf043cec420ef" }
sp-state-machine = { git = "https://github.com/subspace/polkadot-sdk", rev = "0cbfcb0232bbf71ac5b14cc8c99bf043cec420ef" }
sp-io = { git = "https://github.com/subspace/polkadot-sdk", rev = "0cbfcb0232bbf71ac5b14cc8c99bf043cec420ef" }