100-exercises-to-learn-rust/exercises/04_traits/05_trait_bounds/Cargo.toml

5 lines
67 B
TOML
Raw Normal View History

2024-05-23 21:29:42 +08:00
[package]
name = "trait_bounds"
version = "0.1.0"
edition = "2021"