checkpoint

This commit is contained in:
2025-09-01 17:32:45 -05:00
parent e0b4feac9f
commit 434c793edf
5 changed files with 429 additions and 14 deletions
+3 -1
View File
@@ -10,4 +10,6 @@ rfd = "0.15.4"
thiserror = "2.0.16"
toml = "0.9.5"
markdown = "1.0.0"
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
axum = "0.8.4"
tokio = { version = "1.47.1", features = ["full"] }