# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "drip" version = "1.0.2" authors = ["Nullputra "] description = "`drip` executes your code" homepage = "https://github.com/nullputra/drip" documentation = "https://github.com/nullputra/drip" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/nullputra/drip" resolver = "2" [[bin]] name = "drip" path = "src/main.rs" [dependencies.anyhow] version = "1.0.60" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.ctrlc] version = "3.0.3" [dependencies.powershell_script] version = "1.0.2" [dependencies.question] version = "0.2.2" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.toml] version = "0.5.9"