# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "edmunge" version = "1.0.0" authors = ["Casey Rodarmor "] description = "❓ Use the classic unix text editor as a scripting language" homepage = "https://github.com/casey/edmunge" license = "CC0-1.0" [dependencies.clap] version = "2.31.2" [dependencies.regex] version = "1.0.0" [dependencies.tempfile] version = "3.0.2" [dev-dependencies.executable-path] version = "1.0.0"