Compare commits
No commits in common. "main" and "v1.0.5" have entirely different histories.
649
Cargo.lock
generated
649
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "expose-dir-via-http"
|
||||
version = "1.1.27"
|
||||
version = "1.0.5"
|
||||
edition = "2021"
|
||||
|
||||
[lints.rust]
|
||||
@ -12,7 +12,7 @@ todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4" }
|
||||
actix-web = { version = "4", features = ["experimental-io-uring"] }
|
||||
actix-files = "0.6"
|
||||
clap = { version = "4", features = ["cargo", "derive"] }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user