diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-11-28 11:09:00 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-11-28 11:09:00 +0000 |
commit | 973597fa819fda3eb708c44d03357008e056c89d (patch) | |
tree | 984fe19ea5e647cf2f3e8470f73885d258ee5c00 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-973597fa819fda3eb708c44d03357008e056c89d.tar.gz miniserve-973597fa819fda3eb708c44d03357008e056c89d.zip |
Bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ readme = "README.md" keywords = ["serve", "http-server", "static-files", "http", "server"] categories = ["command-line-utilities", "network-programming", "web-programming::http-server"] edition = "2021" +resolver = "2" [profile.release] codegen-units = 1 |