[package] name = "affirmation-cli" version = "0.1.2" edition = "2021" description = "A small cli about affirmations" license = "MIT" keywords = ["cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" clap = { version = "4.2.1", features = ["derive"] }