rust-tutorial/hello-world/Cargo.toml
2025-03-24 22:43:21 +00:00

6 lines
82 B
TOML

[package]
name = "hello-world"
version = "0.1.0"
edition = "2024"
[dependencies]