[package] authors = ["Sanemat "] description = "cli for text to checkstyle." include = [ "src/**/*", "Cargo.toml", ] license = "MIT/Apache-2.0" name = "text-to-checkstyle-cli" version = "0.0.4" [[bin]] name = "text-to-checkstyle" path = "src/main.rs" [dependencies] atty = "0.2.3" quick-xml = "0.9.4"