[package] name = "dp_sample" license = "MIT OR Apache-2.0" version = "0.1.0" authors = ["Damian Pudlo "] edition = "2018" description = "This is a random package created in order to test cargo's capabilities" documentation = "http://www.notexistingaddress.com/" homepage = "http://www.notexistingaddress.com/" repository = "http://www.notexistingaddress.com/" [dependencies] rand = "0.6.5"