aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-11-28 11:09:00 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-11-28 11:09:00 +0000
commit973597fa819fda3eb708c44d03357008e056c89d (patch)
tree984fe19ea5e647cf2f3e8470f73885d258ee5c00 /Cargo.toml
parentBump deps (diff)
downloadminiserve-973597fa819fda3eb708c44d03357008e056c89d.tar.gz
miniserve-973597fa819fda3eb708c44d03357008e056c89d.zip
Bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23771bf..6b4dcc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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