1 2 3 4 5 6 7 8 9 10 11 12 13 14[package] name = "stupid-stats" version = "0.0.1" authors = ["Nicholas Cameron <nrc@ncameron.org>"] description = "example compiler tool which produces some not very useful stats" repository = "https://github.com/nick29581/stupid-stats" readme = "README.md" license = "Apache-2.0/MIT" [[bin]] name = "stupid" path = "src/mod.rs"