# 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" rust-version = "1.74.1" name = "add-header" version = "0.6.2" authors = ["AmeKnite"] description = "A cli to add headers to files" readme = "README.md" keywords = [ "cli", "header", "notice", "license", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/ameknite/add-header" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.walkdir] version = "2.5.0"