Closed viperscape closed 9 years ago
It should be [dependencies.lazy]
since the crate name is lazy
.
Have you tried installing from crates.io? For example:
[dependencies]
lazy = "*"
If that doesn't work, or you must use git, perhaps try adding a version = "*"
field under [dependencies.lazy]
.
As @darinmorrison said, crates.io is the best thing to do.
Okay I'll give that a go, thanks
Cargo file; i've tried both
[dependencies.rust-lazy]
and[dependencies.lazy]
: