From 8a98d4fee2172d5ac53e74bcc95cd39aa68492a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 3 Dec 2021 19:43:06 -0500 Subject: remove async stuff, clean up everything else will reintroduce the async stuff in a future commit --- Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 86cb64e..98104c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ttyrec" version = "0.2.0" authors = ["Jesse Luehrs "] -edition = "2018" +edition = "2021" description = "reads and writes ttyrec files" license = "MIT" @@ -12,10 +12,3 @@ keywords = ["ttyrec"] categories = ["parser-implementations"] [dependencies] -futures = { version = "0.1.29", optional = true } -snafu = "0.5" -tokio = { version = "0.1.22", optional = true } - -[features] -default = ["async"] -async = ["tokio", "futures"] -- cgit v1.2.3-54-g00ecf