mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
11 lines
No EOL
258 B
TOML
11 lines
No EOL
258 B
TOML
[package]
|
|
name = "cuprate"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
monero = {version = "*", features = ['serde']}
|
|
serde = "*"
|
|
heed = "0.20.0-alpha.0" |