BitcoinNetwork / Cargo.toml
LordXido's picture
Update Cargo.toml
fa6416f verified
raw
history blame contribute delete
177 Bytes
[package]
name = "bcn-vm"
version = "1.0.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
rand = "0.8"
serde_json = "1.0"