[package] name = "len9" version = "0.3.4" edition = "2018" author = "IkBenOlie5" license = "BSD-3-Clause" description = "https://github.com/parafoxia/len8 rewrite in rust" repository = "https://github.com/IkBenOlie5/len9" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] walkdir = "2.3.2" [dependencies.clap] version = "2.33.3" optional = true default-features = true [lib] name = "len9_lib" path = "src/lib.rs" [features] application = ["clap"] [[bin]] name = "len9" path = "src/bin/main.rs" required-features = ["application"]