From f70a159fbf4eeb2d3de3a0a56d87dd6713b7d7a4 Mon Sep 17 00:00:00 2001 From: James Li <68968548+jamespeilunli@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:12:17 -0700 Subject: [PATCH] remove unused dependencies counter and lazy-static (#28) --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85b4be8..e664744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,6 @@ crate-type = ["cdylib"] [dependencies] chess = "3.2.0" -counter = "0.5.7" -lazy_static = "1.4.0" wasm-bindgen = "0.2" [dev-dependencies]