[package] name = "gear_combos" version = "1.0.4" authors = ["darren "] edition = "2018" license = "MIT OR Apache-2.0" description = "Attempts to make getting combinations of things easier with the use of gears and simple numeric states!" readme = "README.md" repository = "https://github.com/dazza91/gear_combos/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "gear_combos" path = "src/gear_combos.rs" [[bin]] name = "example" path = "src/main.rs" [dependencies]