0g-storage-node/Cargo.toml
Peilun Li b16abe2303 fix.
2024-10-10 20:02:29 +08:00

43 lines
1022 B
TOML

[workspace]
members = [
"common/channel",
"common/directory",
"common/hashset_delay",
"common/lighthouse_metrics",
"common/merkle_tree",
"common/task_executor",
"common/zgs_version",
"common/unused_port",
"common/append_merkle",
"node",
"node/chunk_pool",
"node/file_location_cache",
"node/log_entry_sync",
"node/miner",
"node/network",
"node/pruner",
"node/router",
"node/rpc",
"node/shared_types",
"node/storage",
"node/storage-async",
"node/sync",
]
resolver = "2"
[workspace.dependencies]
metrics = { git = "https://github.com/Conflux-Chain/conflux-rust.git", rev = "992ebc5483d937c8f6b883e266f8ed2a67a7fa9a" }
[patch.crates-io]
discv5 = { path = "version-meld/discv5" }
eth2_ssz = { path = "version-meld/eth2_ssz" }
enr = { path = "version-meld/enr" }
[profile.bench.package.'storage']
debug = true
[profile.dev]
# enabling debug_assertions will make node fail to start because of checks in `clap`.
debug-assertions = false