initial commit
This commit is contained in:
9
exercises/05_ticket_v2/12_thiserror/Cargo.toml
Normal file
9
exercises/05_ticket_v2/12_thiserror/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "thiserror_"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
common = { path = "../../../helpers/common" }
|
||||
Reference in New Issue
Block a user