[package] name = "meet" version = "0.2.0" authors = ["Jason Longshore ", "krircc "] license = "MIT" description = "meet for building website" documentation = "https://docs.rs/meet/" repository = "https://github.com/kriry/meet" readme = "README.md" keywords = ["tool", "site"] categories = ["tool"] edition = "2018" [[bin]] name = "start" path = "bin/start.rs" [[bin]] name = "watch" path = "bin/watch.rs" [dependencies] notify = "4.0.10"