about summary refs log tree commit diff
path: root/kittybox-rs/Cargo.lock
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-07-10 00:55:20 +0300
committerVika <vika@fireburn.ru>2022-07-10 00:55:20 +0300
commit1031d495d5b78d9b19dcdc414b6d7b0daf313bb2 (patch)
treea6ea6d347bc690c467df798f5576800d371b2254 /kittybox-rs/Cargo.lock
parent2cbd19693115bf19da0ab888372cb1ff086967cd (diff)
media: media endpoint PoC
Supported features:
 - Streaming upload
 - Content-addressed storage
 - Metadata
   - MIME type (taken from Content-Type)
   - Length (I could use stat() for this one tho)
   - filename (for Content-Disposition: attachment, WIP)
Diffstat (limited to 'kittybox-rs/Cargo.lock')
-rw-r--r--kittybox-rs/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/kittybox-rs/Cargo.lock b/kittybox-rs/Cargo.lock
index 4795b94..05008ad 100644
--- a/kittybox-rs/Cargo.lock
+++ b/kittybox-rs/Cargo.lock
@@ -1502,6 +1502,7 @@ dependencies = [
  "faker_rand",
  "futures",
  "futures-util",
+ "hex",
  "http-types",
  "httpmock",
  "hyper",