remove unused crates in chess

This commit is contained in:
dr-frmr 2024-08-06 14:41:01 +03:00
parent f3f16c79bf
commit 7c1e6bf870
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1346,13 +1346,11 @@ name = "chess"
version = "0.2.1"
dependencies = [
"anyhow",
"base64 0.22.1",
"bincode",
"kinode_process_lib 0.9.0",
"pleco",
"serde",
"serde_json",
"url",
"wit-bindgen",
]

View File

@ -8,13 +8,11 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
base64 = "0.22.0"
bincode = "1.3.3"
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib", branch = "develop" }
pleco = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "*"
wit-bindgen = "0.24.0"
[lib]