[package] name = "eddie_crate" version = "0.1.0" edition = "2021" license-file = "LICENSE.txt" description = "A crate for testing" homepage = "https://github.com/eddie9712" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.15", features = ["full", "tracing"] }