summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-11 12:51:49 -0600
committermo khan <mo@mokhan.ca>2025-06-11 12:51:49 -0600
commit77c185a8db0d54cb66b28b694b1671428b831595 (patch)
tree9e671ff4a22608955370656e85eb5991b4d85d22 /Cargo.toml
parent7c41dfe19aa0ced3b895979ca4e369067fd58da1 (diff)
Add full implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 331cac5..18b16c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,5 +12,9 @@ url = "2.0"
base64 = "0.22"
rand = "0.8"
urlencoding = "2.1"
-rsa = "0.9"
+rsa = "0.9"
sha2 = "0.10"
+rusqlite = { version = "0.32", features = ["bundled", "chrono"] }
+chrono = { version = "0.4", features = ["serde"] }
+tokio = { version = "1.0", features = ["full"] }
+anyhow = "1.0"