diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-11 12:51:49 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-11 12:51:49 -0600 |
| commit | 77c185a8db0d54cb66b28b694b1671428b831595 (patch) | |
| tree | 9e671ff4a22608955370656e85eb5991b4d85d22 /Cargo.toml | |
| parent | 7c41dfe19aa0ced3b895979ca4e369067fd58da1 (diff) | |
Add full implementation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
