import-cargo
import-cargo copied to clipboard
A function for fetching the crates listed in a Cargo lock file
Hi! I would like to use import-cargo in my [project](https://github.com/nix-community/mineflake) under MIT license, but there is no license in this project. Can you add it? Thanks in advance!
I have 2 issues when using import-cargo: - Can't import dependencies from registries other than `crates.io` - git dependencies doesn't have branch in Cargo.lock This pull request is solving these...
Currently `import-cargo` just builds a derivation full of vendored source code. It'd be quite amazing if it could build a set of derivations that compile each dependency separately (in order...