minisql/proto/Cargo.toml
2024-02-01 22:27:58 +01:00

13 lines
277 B
TOML

[package]
name = "proto"
version = "0.1.0"
edition = "2021"
[dependencies]
bincode = "2.0.0-rc.3"
tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] }
async-trait = "0.1.74"
thiserror = "1.0.50"
rand_seeder = "0.2.3"
rand_pcg = "0.3.1"
rand = "0.8.5"