From 1680dc7c18135548d1a0e237d5b4a8d95a79cd68 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 25 Nov 2025 09:47:08 -0800 Subject: First stab at adding async/tokio support. --- rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/Cargo.toml') 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" edition = "2024" [dependencies] +tokio = { version = "1.48.0", optional = true, features = ["io-util"] } + +[features] +tokio = ["dep:tokio"] -- cgit v1.2.3