Misc features/improvements (#138)

* Implement various needed features and improvements

* Reorder the metadata struct

* Format comments
This commit is contained in:
Omar
2025-08-13 16:50:06 +03:00
committed by GitHub
parent 46aea0890d
commit 5a11f44673
9 changed files with 109 additions and 67 deletions
+1
View File
@@ -30,4 +30,5 @@ tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
semver = { workspace = true }
serde_json = { workspace = true }
temp-dir = { workspace = true }