start adding Issues struct
This holds everything there is to know about everything, for now that's all issues but in the future there might be more?
This commit is contained in:
parent
b9979f5e9e
commit
16c6288cee
9 changed files with 137 additions and 0 deletions
|
|
@ -4,4 +4,6 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
thiserror = "2.0.11"
|
||||
toml = "0.8.19"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue