Files
rust-by-example/14.Generics/14.1 Functions/Cargo.toml
2023-12-11 18:40:53 +08:00

9 lines
178 B
TOML

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