migrated remaining components to rust.

This commit is contained in:
xyroscar
2025-11-26 21:43:39 -08:00
parent 0d23ffcaec
commit 0f6d7c052b
22 changed files with 2377 additions and 282 deletions

View File

@@ -32,3 +32,8 @@ thiserror = "2"
chrono = { version = "0.4", features = ["serde"] }
directories = "5"
# HTTP client
reqwest = { version = "0.12", features = ["json", "multipart"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
urlencoding = "2"