You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally, I'd consider using a Cargo workspace, but there are special requirements for my repo hosting solutions to Project Euler problems that make Cargo workspaces a worse fit than a myriad of scripts. Is this something cargo-script should support?
The text was updated successfully, but these errors were encountered:
I'm currently trying something like this, which doesn't seem supported:
//! cargo-deps: some_local_dep = { path = "../some_local_dep" }
Normally, I'd consider using a Cargo workspace, but there are special requirements for my repo hosting solutions to Project Euler problems that make Cargo workspaces a worse fit than a myriad of scripts. Is this something
cargo-script
should support?The text was updated successfully, but these errors were encountered: