Files
rust-by-example/1.Hello World/1.2 Formatted print/Cargo.toml
2023-12-08 19:41:26 +08:00

9 lines
184 B
TOML

[package]
name = "Formatted_Print"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]