Merge pull request #35 from Alch-Emi/list-example-test

Add "serve_dir" feature as a required feature for the example of the same name
This commit is contained in:
panicbit 2020-11-28 15:29:49 +01:00 committed by GitHub
commit f43b03860d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,3 +30,7 @@ mime_guess = { version = "2.0.3", optional = true }
env_logger = "0.8.1"
futures-util = "0.3.7"
tokio = { version = "0.3.1", features = ["macros", "rt-multi-thread", "sync"] }
[[example]]
name = "serve_dir"
required-features = ["serve_dir"]