mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-27 21:58:45 +01:00
8 lines
143 B
TOML
8 lines
143 B
TOML
|
[package]
|
||
|
name = "impl_trait_2"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
ticket_fields = { path = "../../../helpers/ticket_fields" }
|