[package] name = "ymmp" description = "Yumetter Messaging Protocol" version = "0.1.4" license = "MIT" homepage = "https://github.com/siketyan/ymmp" repository = "https://github.com/siketyan/ymmp.git" authors = ["Naoki Ikeguchi "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" tokio = { version = "1.18", features = ["net"] } [dev-dependencies] tokio = { version = "1.18", features = ["macros", "rt"] }