This commit is contained in:
2025-08-30 17:27:24 -05:00
parent b0205144be
commit 0aca4c36cb
2 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ rfd = "0.15.4"
thiserror = "2.0.16"
toml = "0.9.5"
markdown = "1.0.0"
serde = "1.0.219"
serde = { version = "1.0.219", features = ["derive"] }