[package] name = "drip" version = "1.0.2" authors = ["Nullputra "] edition = "2021" license = "CC0-1.0" readme = "README.md" description = "`drip` executes your code" keywords = ["cli"] categories = ["command-line-utilities"] documentation = "https://github.com/nullputra/drip" homepage = "https://github.com/nullputra/drip" repository = "https://github.com/nullputra/drip" [dependencies] anyhow = "1.0.60" clap = { version = "3.2.16", features = ["derive"] } ctrlc = "3.0.3" powershell_script = "1.0.2" question = "0.2.2" serde = { version = "1.0.143", features = ["derive"] } toml = "0.5.9" [[bin]] name = "drip" path = "src/main.rs"