feat: add image etag support
This commit is contained in:
@@ -25,13 +25,14 @@ actix-web = "4.13"
|
||||
anstyle = "1.0"
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
const-macros = { git = "https://git.javalsai.tuxcord.net/rust/const-macros.git", version = "0.1.1" }
|
||||
const-macros = { git = "https://git.javalsai.tuxcord.net/rust/const-macros.git", version = "0.1.2" }
|
||||
const-str = { version = "1.1", features = ["proc"] }
|
||||
futures-util = "0.3"
|
||||
libc = "0.2"
|
||||
magic = "0.16"
|
||||
moka = { version = "0.12", features = ["async-lock", "future"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sha2 = "0.10"
|
||||
thiserror = "2.0"
|
||||
tokio = { version = "1.49", features = ["full"] }
|
||||
toml = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user