100-exercises-to-learn-rust/exercises/04_traits/06_str_slice/Cargo.toml

8 lines
130 B
TOML
Raw Permalink Normal View History

2024-05-13 04:21:03 +08:00
[package]
name = "str_slice"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
common = { path = "../../../helpers/common" }