nixpkgs-odroid-hc4/pkgs/build-support/rust/test/import-cargo-lock/git-dependency-branch/Cargo.toml
2025-12-20 09:59:59 +11:00

8 lines
216 B
TOML

[package]
name = "git-dependency-branch"
version = "0.1.0"
authors = ["Daniël de Kok <me@danieldk.eu>"]
edition = "2018"
[dependencies]
rand = { git = "https://github.com/rust-random/rand.git", branch = "master" }