# 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 = "kignore" version = "0.1.1" authors = ["Kasper J. Hermansen "] description = """ kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards """ documentation = "https://docs.rs/gitignore" readme = "README.md" keywords = [ "git", "ignore", "clap", "interactive", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/kjuulh/gitignore" resolver = "2" [dependencies.eyre] version = "0.6.8" [dependencies.gitignore_inner] version = "0.1.0"