diff --git a/Cargo.toml b/Cargo.toml index ea49ab7..544b854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" [dependencies] reqwest = { version = "0.11.11", features = ["json", "multipart"] } tokio = { version = "1.19.2", features = ["full"] } -api-gen = { path = "./api-gen" } +api-gen = { path = "./api-gen", version = "*" } serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" thiserror = "1.0.31"