-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (27 loc) · 697 Bytes
/
Copy pathCargo.toml
File metadata and controls
30 lines (27 loc) · 697 Bytes
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
[package]
name = "crabtensor"
version = "0.6.0"
edition = "2021"
description = "A library for creating Bittensor subnets"
license = "MIT"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
dirs = "5.0"
hex = "0.4.3"
serde = "1.0.219"
serde_json = "1.0"
sp-core = "36.1.0"
sp-runtime = "41.1.0"
subxt = "0.41.0"
thiserror = "2.0.12"
[build-dependencies]
parity-scale-codec = { version = "3.7.4", features = [
"derive",
"max-encoded-len",
], default-features = false }
serde = "1.0.219"
subxt-codegen = "0.41.0"
subxt-metadata = "0.41.0"
subxt-utils-fetchmetadata = { version = "0.41.0", features = ["url"] }
tokio = { version = "1.0", features = ["full"] }