[package] name = "aligne" version = "0.1.0" edition = "2021" license = "MIT" authors = ["JOLIMAITRE Matthieu "] description = "A small crate using tokio to synchronize asynchronous request/response with Ids." repository = "https://github.com/MajorBarnulf/aligne/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.18.2", features = ["full"]}