From f160c0fa78744b337f03b619e2d8b61ed916402b Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Wed, 28 Dec 2022 23:30:02 +0100 Subject: fix async --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 55cc8ff..2947bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +async-trait = "0.1.60" byteorder = "1.4.3" num_enum = "0.5.7" tokio = { version = "1.23.0", features = ["full"] } -- cgit v1.2.3