[package] name = "cargo-nl" version = "0.0.3" authors = ["Dariusz Depta "] description = "Text file ending checker" documentation = "https://docs.rs/cargo-nl" repository = "https://github.com/EngosSoftware/cargo-nl.git" keywords = ["text", "file", "ending", "checker"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" edition = "2021" [dependencies] antex = "0.0.8" walkdir = "2.5.0"