diff options
Diffstat (limited to '')
| -rw-r--r-- | rust/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d8b03fe..e945f0b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml | |||
| @@ -4,3 +4,7 @@ version = "0.1.0" | |||
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | tokio = { version = "1.48.0", optional = true, features = ["io-util"] } | ||
| 8 | |||
| 9 | [features] | ||
| 10 | tokio = ["dep:tokio"] | ||
