From c1e6f7e918eacaad9c8b1a4b27fcd4d6245aaf68 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 20 Nov 2024 16:43:34 +0000 Subject: implement element writing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5586a6e..3cb7177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +async-recursion = "1.1.1" circular = { version = "0.3.0", path = "../circular" } futures = "0.3.30" nom = "7.1.3" -- cgit