diff options
| author | John Turner <jturner.usa@gmail.com> | 2026-03-01 17:34:34 -0500 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2026-03-01 17:34:34 -0500 |
| commit | 3c4208abd325d317c7524ba0dc3b701edfa9ebf8 (patch) | |
| tree | 197a3d46fcad3ed8d7f3b3d0d0c0fc3f79e3a204 /.cargo/config.toml | |
| parent | 06476ea44ff27bd9b4af2aa5bcf715fe9034db9a (diff) | |
| download | httpd-master.tar.gz | |
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..16f1e73 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["--cfg", "tokio_unstable"]
\ No newline at end of file |
