mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-10-29 23:37:35 +00:00
18 lines
No EOL
413 B
TOML
18 lines
No EOL
413 B
TOML
[package]
|
|
name = "blockchain_db"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
rust-version = "1.67.0"
|
|
license = "AGPL-3.0-only"
|
|
|
|
# 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"]} |