[package] name = "cargo-tinyrick" description = "a freeform Rust build system" version = "0.0.1" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/tinyrick" documentation = "https://docs.rs/releases/search?query=tinyrick" [lib] name = "tinyrick" [[bin]] name = "cargo-tinyrick" path = "src/cargo-tinyrick.rs"