[package] name = "my_hello_world" version = "0.1.1" edition = "2021" authors = ["Pream Pinbut "] description = "A short description of my package" license = "MIT OR Apache-2.0" include = [ "src/*.rs", "Cargo.toml" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]