1 2 3 4 5 6 7 8 9 10 11
[package] name = "mildew" version = "0.1.2" authors = ["rap2hpoutre <raphaelht@gmail.com>"] license = "MIT" description = "Rust helpers" repository = "https://github.com/rap2hpoutre/mildew" [dependencies] hyper = "0.9" rand = "0.3.14"