minhcord/Cargo.toml

10 lines
230 B
TOML
Raw Normal View History

[package]
name = "minh_cord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.15.0", features = ["full"] }