diff --git a/Cargo.toml b/Cargo.toml index dfc48e3..7108a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ members = ["libstax"] [dependencies] tokio = { version = "1", features = ["full"] } argh = "0.1.12" -libstax = { path = "libstax" } +libstax = { path = "libstax", version = "*" }