13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
name = "proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-trait = { workspace = true }
|
|
bincode = { workspace = true }
|
|
rand = { workspace = true }
|
|
rand_pcg = "0.3.1"
|
|
rand_seeder = "0.2.3"
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true, features = ["io-util", "macros", "test-util"] }
|