Receive
This commit is contained in:
parent
a54ac76523
commit
2bab960f23
9 changed files with 62500 additions and 911 deletions
|
|
@ -6,13 +6,16 @@ edition = "2024"
|
|||
[dependencies]
|
||||
argp = "0.4.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.12" }
|
||||
hex = "0.4.3"
|
||||
log = "0.4.27"
|
||||
reqwest = { version = "0.11.27", features = ["json"] }
|
||||
scrypt = { version = "0.11.0", default-features = false }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
simplelog = "0.12.2"
|
||||
sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.11.0" }
|
||||
sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.11.0" }
|
||||
subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.35.3-duniter-substrate-v1.11.0', default-features = false, features = [
|
||||
sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.14.0" }
|
||||
sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.14.0" }
|
||||
subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.37.0-duniter-substrate-v1.14.0', default-features = false, features = [
|
||||
"substrate-compat",
|
||||
"native",
|
||||
"jsonrpsee",
|
||||
|
|
@ -21,5 +24,10 @@ tiny_http = "0.12.0"
|
|||
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|
||||
typed-sled = "0.2.3"
|
||||
|
||||
# some dependency forgot to specify revision of another git dep...
|
||||
[patch.'https://github.com/w3f/fflonk']
|
||||
# https://github.com/rust-lang/cargo/issues/5478
|
||||
fflonk = { git = "https://github.com//w3f/fflonk.git", rev = "1e854f35e9a65d08b11a86291405cdc95baa0a35" }
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue