Julist like in Rust, one can declare a dependence as
SOMEPKG={path=“…”}
or
SOMEPKG={git=“…”}
So is it possile to do similar thing in Julia project? rather than denoting a pkg by uuid?
1 Like
There was a proposal
but note that a matching UUID is still required, that’s just for finding the package.
2 Likes