map-the-internet/server/Cargo.toml

11 lines
245 B
TOML
Raw Permalink Normal View History

2024-05-01 02:40:39 +00:00
[package]
name = "server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-01 04:31:01 +00:00
colored = "2.1.0"
tokio = { version = "1.37.0", features = ["full"] }