Add size and modified date

This commit is contained in:
Matteo Settenvini 2023-07-12 16:52:23 +02:00
parent 3ebb73959b
commit 161f4f1b1d
4 changed files with 108 additions and 22 deletions

8
Cargo.lock generated
View file

@ -763,6 +763,12 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "human-size"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9994b79e8c1a39b3166c63ae7823bb2b00831e2a96a31399c50fe69df408eaeb"
[[package]]
name = "humansize"
version = "2.1.3"
@ -1979,10 +1985,12 @@ name = "serves3"
version = "0.1.0"
dependencies = [
"config",
"human-size",
"lazy_static",
"rocket",
"rocket_dyn_templates",
"rust-s3",
"serde",
"tempdir",
]