[package] name = "spoopy" version = "0.1.0" authors = ["oonis "] description = "A personal attempt at a home automation system in rust." edition = "2018" repository = "https://github.com/oonis/Spoopy" homepage = "https://github.com/oonis/Spoopy" documentation = "https://github.com/oonis/Spoopy" license = "MIT" readme = "README.md" include = [ "Cargo.toml", "LICENSE", "README.md", "src/**/*.rs", ] [dependencies]