[package] name = "my_test_crate_hello_world" version = "0.1.0" authors = ["zzl"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "A Simple Hello World Crate" repository = "https://github.com/flydragon2018/my_test_crate_hello_world" keywords = ["hello", "world"] license = "Apache-2.0" [dependencies]