From 9d07ac10cf7ec1278dd90ae8c4fe73cbd80c3fd5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 3 Dec 2021 21:28:44 -0500 Subject: reintroduce readers and writers with a new api --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 98104c8..e3bd3b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,8 @@ keywords = ["ttyrec"] categories = ["parser-implementations"] [dependencies] +futures = { version = "0.3.18", optional = true } + +[features] +default = ["async"] +async = ["futures"] -- cgit v1.2.3-54-g00ecf