[package] name = "numred" version = "0.1.0" authors = ["Arkaitz Múgica Islas "] edition = "2018" description = "A library to reduce any number to just one digit. The numred function takes an &u64 and returns an u8." homepage = "https://github.com/arkaitznaiz/numred" license = "MIT" [dependencies]