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