mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-09 12:29:45 +00:00
18 lines
No EOL
474 B
TOML
18 lines
No EOL
474 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 }
|
|
monero-epee-bin-serde = { git = "https://github.com/monero-rs/monero-epee-bin-serde" }
|
|
|
|
rocksdb = { version = "*", features = ["multi-threaded-cf"]} |