[package] name = "hello_world" # the name of the package version = "0.1.0" # the current version, obeying semver authors = ["Alice ", "Bob "] edition = '2018' #build = "hello.rs" publish = false [dependencies] rand = "0.7.3"