diff --git a/Cargo.toml b/Cargo.toml index d422518..d8f827f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ 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" -serde_json = "1.0" \ No newline at end of file +libcwtch = "0.3.0" +serde_json = "1.0"