mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-08 03:49:26 +00:00
This commit is contained in:
parent
04ade527ff
commit
c56ecd358a
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ from = [
|
||||||
"dep:cuprate-helper",
|
"dep:cuprate-helper",
|
||||||
"cuprate-helper/map",
|
"cuprate-helper/map",
|
||||||
"cuprate-helper/fmt",
|
"cuprate-helper/fmt",
|
||||||
"cuprate-types/rpc",
|
|
||||||
"dep:cuprate-p2p-core",
|
"dep:cuprate-p2p-core",
|
||||||
"dep:hex"
|
"dep:hex"
|
||||||
]
|
]
|
||||||
|
@ -25,7 +24,7 @@ from = [
|
||||||
cuprate-fixed-bytes = { workspace = true }
|
cuprate-fixed-bytes = { workspace = true }
|
||||||
cuprate-hex = { workspace = true }
|
cuprate-hex = { workspace = true }
|
||||||
cuprate-epee-encoding = { workspace = true, optional = true }
|
cuprate-epee-encoding = { workspace = true, optional = true }
|
||||||
cuprate-types = { workspace = true, default-features = false }
|
cuprate-types = { workspace = true, default-features = false, features = ["rpc", "json"] }
|
||||||
cuprate-helper = { workspace = true, optional = true, default-features = false }
|
cuprate-helper = { workspace = true, optional = true, default-features = false }
|
||||||
cuprate-p2p-core = { workspace = true, optional = true, default-features = false }
|
cuprate-p2p-core = { workspace = true, optional = true, default-features = false }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue