practice_code/rust/code/HttpSevre/Cargo.toml

8 lines
136 B
TOML
Raw Normal View History

2024-10-21 18:09:47 +08:00
[package]
name = "temp"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.22"
tokio = { version = "1", features = ["full"] }