diff --git a/cli/generate/Cargo.toml b/cli/generate/Cargo.toml index 7955a79c..464e2753 100644 --- a/cli/generate/Cargo.toml +++ b/cli/generate/Cargo.toml @@ -29,6 +29,8 @@ serde.workspace = true serde_json.workspace = true smallbitvec.workspace = true thiserror.workspace = true -url.workspace = true tree-sitter.workspace = true + +[target.'cfg(windows)'.dependencies] +url = { version = "2.5.4", default-features = false }