[package] name = "akso" description = "A Habitica client on terminal." version = "0.1.3" authors = ["Larry Hsiao "] edition = "2018" license = "MIT" repository = "https://github.com/LarryHsiao/Akso" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.1" serde = "1.0.117" serde_json = "1.0" reqwest = { version = "0.10", features = ["blocking", "json"] } futures = "0.3.8"