[package] name = "extra-utils" version = "1.0.0" description = "Set of additional command line utilities" homepage = "https://github.com/jayden-chan/extra-utils/README.md" documentation = "https://github.com/jayden-chan/extra-utils/README.md" readme = "README.md" repository = "https://github.com/jayden-chan/extra-utils.git" authors = ["Jayden Chan "] edition = "2018" license = "MIT" [[bin]] name = "nr" path = "src/nr.rs" [[bin]] name = "nth" path = "src/nth.rs" [[bin]] name = "ts" path = "src/ts.rs" [[bin]] name = "se" path = "src/se.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.6" futures = "0.1.28" hyper = "0.12.33" lazy_static = "1.3.0" maplit = "1.0.1"