rustbook/ch01-03-hello-cargo/hello_cargo/Cargo.toml
2025-08-03 20:42:22 +02:00

6 lines
82 B
TOML

[package]
name = "hello_cargo"
version = "0.1.0"
edition = "2024"
[dependencies]