1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Use http-range library for HttpRange (#2003)

This commit is contained in:
Luka Zakrajšek
2021-02-16 19:48:16 +01:00
committed by GitHub
parent 117025a96b
commit 2cc6b47fcf
2 changed files with 10 additions and 78 deletions

View File

@ -25,6 +25,7 @@ bitflags = "1"
bytes = "1"
futures-core = { version = "0.3.7", default-features = false }
futures-util = { version = "0.3.7", default-features = false }
http-range = "0.1.4"
derive_more = "0.99.5"
log = "0.4"
mime = "0.3"