diff --git a/Cargo.toml b/Cargo.toml index e1e10fd..a6e7744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libcwtch = {path = "../libcwtch-rs" } #"0.2.0" +libcwtch = "0.3.0" imp = {path = "../imp"} serde_json = "1.0"