Cargo install for crate works on Linux but not on Windows

⚓ rust    📅 2025-05-11    👤 surdeus    👁️ 5      

surdeus

Warning

This post was published 51 days ago. The information described in this article may have changed.

I 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:

image

...
image

But on Windows, I get this error:
image

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

Read full topic

🏷️ rust_feed