Cargo install for crate works on Linux but not on Windows
⚓ Rust 📅 2025-05-11 👤 surdeus 👁️ 12I published a crate, TALE that is a command line REPL for a scripting language I'm working on. When I run cargo install tale on Linux, it works as expected:
...
But on Windows, I get this error:

The crate installs fine on both platforms if I specify the path to the local source code and build it that way.
1 post - 1 participant
🏷️ rust_feed

