[package] name = "oxygenate" version = "0.1.0" authors = ["Kaleb Pace "] edition = "2018" description = "Static site generator with a focus on html/css composability without javascript" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "1.8.0" crossbeam-channel = "0.3.8" notify = "=5.0.0-pre.1" structopt = "0.2.18"