mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 15:38:06 -05:00
14 lines
291 B
TOML
14 lines
291 B
TOML
[package]
|
|
name = "storage"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
bincode = "1"
|
|
num-bigint = "0.4.3"
|
|
rand = "0.8.5"
|
|
sled = "0.34.7"
|