Compare commits

..

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

2 changed files with 322 additions and 455 deletions

773
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.3"
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"] }