diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 13:37:57 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 13:37:57 +0000 |
| commit | 9a8c551adfada379704d594a6ff3862f13857b8e (patch) | |
| tree | a902c6b313ab40a8914a34380ee194524dd67604 /Cargo.toml | |
| parent | 12756fa66e3ec7f9dd24c66598085772829a8063 (diff) | |
add git http handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -25,6 +25,7 @@ nostr-sdk = "0.44" | |||
| 25 | # Utilities | 25 | # Utilities |
| 26 | futures-util = "0.3" | 26 | futures-util = "0.3" |
| 27 | base64 = "0.22" | 27 | base64 = "0.22" |
| 28 | flate2 = "1.0" | ||
| 28 | 29 | ||
| 29 | # Serialization | 30 | # Serialization |
| 30 | serde = { version = "1.0", features = ["derive"] } | 31 | serde = { version = "1.0", features = ["derive"] } |