rustit/01_phase_rust_src/sv/Cargo.toml

10 lines
223 B
TOML
Raw Normal View History

2024-03-25 00:57:14 +01:00
[package]
name = "sv"
version = "0.2.0"
edition = "2024"
2024-03-25 00:57:14 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.37.0", features = ["full"] }