[package] name = "hello-world-2022-10-01" description = "Hello World app created at 2022-10-01" version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/torcoste/hello-world-2022-10-01" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "hello-world-2022-10-01" path = "src/main.rs" [dependencies]