[package] name = "munemo-rs" version = "0.1.1" authors = ["Daniel Pintara "] edition = "2018" license = "MIT" description = "Turn an integer into a more rememberable word, or vice-versa" repository = "https://github.com/nieltg/munemo-rs" [badges] travis-ci = { repository = "nieltg/munemo-rs" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] rand = "0.7.2"