From ec546004d3b1619c12574f5c0aa0fc4272b7201f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 11 Mar 2024 00:37:59 +0100 Subject: first interface for generated examples --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e887b4b..11b7e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,7 @@ regex = "1.0" roxmltree = "0.18" tide = "0.16.0" +futures = "0.3" async-std = { version = "1.6.0", features = ["attributes"] } http-types = "2.12" +async-channel = "2.0" -- cgit v1.2.3