[package] name = "hello_world_publish" version = "0.0.1" edition = "2021" description = "rust publish package" license= "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [[bin]] name = "crates_test" path = "main.rs"