Hi Jonathon, You can just write a normal package for a crate on Git, replacing the source with something like:
(origin (method git-fetch) (uri (git-reference (url "...") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "..."))) You can use a Rust package built like this in the same way as a normal crates.io crate. Just add it to cargo-inputs or cargo-development-inputs as appropriate :) -- (