Compare commits

..

No commits in common. "main" and "v1.0.5" have entirely different histories.
main ... v1.0.5

2 changed files with 250 additions and 403 deletions

649
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"] }