[package] name = "that" version = "0.1.3-2" edition = "2021" license = "MIT" description = "nothing appropriate" documentation = "https://docs.rs/that" repository = "https://github.com/btwiuse/that" homepage = "https://github.com/btwiuse/that" [lib] path = "lib.rs" [[bin]] path = "main.rs" name = "that" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nothing = "0.1" clap = { version = "3", features = ["derive"] }