mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
Someone Else
8ed2183a83
Removed some functions that'll be useless for blockchainDB. Docs the hardfork info ones. Also set clippy to deny `expect()` and `panic!()` as /u/danda suggested on reddit. Set blockchain_db in workspace dependencies + corrected the build rustflags.
17 lines
No EOL
387 B
TOML
17 lines
No EOL
387 B
TOML
[package]
|
|
name = "blockchain_db"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
rust-version = "1.67.0"
|
|
|
|
# All Contributors on github
|
|
authors=[
|
|
"SyntheticBird45 <@someoneelse495495:matrix.org>"
|
|
]
|
|
|
|
[dependencies]
|
|
monero = {workspace = true, features = ['serde']}
|
|
serde = { workspace = true}
|
|
thiserror = {workspace = true }
|
|
|
|
rocksdb = { version = "*", features = ["multi-threaded-cf"]} |