WIP start adding Issues struct to hold everything

This commit is contained in:
Sebastian Kuzminsky 2025-07-03 11:59:44 -06:00
parent 6eacb405d9
commit 561f85fbb0
9 changed files with 137 additions and 0 deletions

View file

@ -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"