[package] name = "hello-rust-heru" version = "0.1.0" authors = ["heru "] edition = "2018" description = "test publish at crate" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] time = "0.1.12" regex = "0.1.41" rand = "0.7.3"