about summary refs log tree commit diff
path: root/nixpkgs/pkgs/build-support/rust/test/import-cargo-lock/git-dependency-rev/Cargo.toml
blob: 3500325ae57961b34a050bc294b1a7dd7d2f0a15 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "git-dependency-rev"
version = "0.1.0"
authors = ["Daniël de Kok <me@danieldk.eu>"]
edition = "2018"

[dependencies]
rand = { git = "https://github.com/rust-random/rand.git", rev = "0.8.3" }