From 9aae6da045260611386aa571414911626c03552d Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Mon, 9 Oct 2023 19:47:00 +0000 Subject: [PATCH] embuild not really necessary --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 290390f..b924392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,3 @@ js-sys = { version = "0.3", default-features = false } [dev-dependencies] simple_logger = "2.2" - -[build-dependencies] -embuild = "0.31.2"