bbs/protocol/Cargo.toml
2022-07-18 11:14:00 +02:00

12 lines
263 B
TOML

[package]
name = "protocol"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.12"
bincode = "1.3"
serde = { version = "1.0", features = ["derive"] }