[package] name = "sel" version = "0.1.1" authors = ["SpiritCS "] description = "Query Selector for HTML Files / Pipes" license-file = "LICENSE.md" readme = "README.md" repository = "https://github.com/sp1ritCS/sel" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version = "2.33", features = ["yaml"]} victoria-dom = "0.1" walkdir = "2"