Files
rust-by-example/6.Conversion/6.1 From and Into/Cargo.toml
2023-12-08 19:41:26 +08:00

9 lines
182 B
TOML

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