100-exercises-to-learn-rust/exercises/06_ticket_management/16_btreemap/Cargo.toml

8 lines
139 B
TOML

[package]
name = "btreemap"
version = "0.1.0"
edition = "2021"
[dependencies]
ticket_fields = { path = "../../../helpers/ticket_fields" }