summaryrefslogtreecommitdiff
path: root/www-servers/static-web-server/files/static-web-server-vendor-config
blob: 165a987f88516a2e95635c3f874f85132ed001bf (plain)
1
2
3
4
5
6
7
8
9
10
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"

[build]
# Required for experimental features like `metrics` and others.
rustflags = ["--cfg", "tokio_unstable"]
rustdocflags = ["--cfg", "tokio_unstable"]