diff options
| author | Fuwn <[email protected]> | 2023-05-05 01:33:55 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-05 01:33:55 +0000 |
| commit | 7f0c497b103479caa9f63cc0e50101c90a60b7ef (patch) | |
| tree | e448da50c46c429f6ca672aa070577766fffc9bc /Cargo.toml | |
| parent | docs(rossweisse): revert to implementation (diff) | |
| download | windmark-7f0c497b103479caa9f63cc0e50101c90a60b7ef.tar.xz windmark-7f0c497b103479caa9f63cc0e50101c90a60b7ef.zip | |
feat(windmark): prelude feature flag
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ auto-deduce-mime = ["tree_magic"] response-macros = [] tokio = ["dep:tokio", "tokio-openssl"] async-std = ["dep:async-std", "async-std-openssl"] +prelude = [] [dependencies] # SSL |