mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-07 11:29:24 +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",
|
||||
"cuprate-helper/map",
|
||||
"cuprate-helper/fmt",
|
||||
"cuprate-types/rpc",
|
||||
"dep:cuprate-p2p-core",
|
||||
"dep:hex"
|
||||
]
|
||||
|
@ -25,7 +24,7 @@ from = [
|
|||
cuprate-fixed-bytes = { workspace = true }
|
||||
cuprate-hex = { workspace = 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-p2p-core = { workspace = true, optional = true, default-features = false }
|
||||
|
||||
|
|
Loading…
Reference in a new issue