diff --git a/Cargo.toml b/Cargo.toml index b46eade..7a10852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,6 @@ wasm-bindgen-futures = { version = "=0.4.42", optional = true } web-sys = { version = "=0.3.69", features = ["Storage", "Window"], optional = true } [dev-dependencies] -async-trait = "0.1.68" futures-channel = "0.3" wasm-bindgen-test = "=0.3.42" tokio = { version = "1", features = ["time", "macros", "rt", "fs"] } diff --git a/src/rustfmt.toml b/src/rustfmt.toml deleted file mode 100644 index 36c419b..0000000 --- a/src/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -edition = "2021" \ No newline at end of file