Cargo.toml (467B)
1 [package] 2 name = "twixter" 3 version = "0.2.0" 4 authors = ["Shimmy Xu <shimmy.xu@shimmy1996.com>"] 5 edition = "2018" 6 description = "A twtxt command line client written in Rust." 7 repository = "https://github.com/shimmy1996/twixter" 8 readme = "./README.md" 9 keywords = ["twtxt"] 10 categories = ["command-line-utilities"] 11 license = "MIT OR Apache-2.0" 12 13 [dependencies] 14 chrono = "~0.4.8" 15 clap = "~2.33.0" 16 dirs = "~2.0.2" 17 reqwest = "~0.9.20" 18 rust-ini = "~0.13.0" 19 strfmt = "~0.1.6"