protohackers/problem_05/Cargo.toml

14 lines
230 B
TOML
Raw Normal View History

2023-05-02 12:23:47 +00:00
[package]
name = "problem_05"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "server"
path = "bin/server.rs"
[dependencies]
tokio = { version = "1.14.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"