Skip to content

Commit 11e0409

Browse files
committed
Add experimental io-uring
1 parent 9b1ca2c commit 11e0409

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

Cargo.lock

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
3434
serde = "1.0.136"
3535
serde_json = "1.0.79"
3636

37+
[features]
38+
# Defines a feature named `webp` that does not enable any other features.
39+
io-uring = ["actix-web/experimental-io-uring"]
40+
41+
3742
[package.metadata.maturin]
3843
name = "robyn"

0 commit comments

Comments
 (0)