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

12 lines
221 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
async-std = { version = "1.12", features = ["attributes"] }
bincode = "1.3"
log = "0.4"
env_logger = "0.9"
protocol = { path = "../protocol" }