[package] name = "mittens" version = "0.1.0" authors = ["june wilde "] description = "input for warmth" license = "MPL-2.0" keywords = ["warmth"] homepage = "https://github.com/rosegardencult/mittens" repository = "https://github.com/rosegardencult/mittens" readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] path = "src/lib.rs" crate-type = ["lib", "staticlib"]