forked from mirrors/nixpkgs
9 lines
205 B
TOML
9 lines
205 B
TOML
[package]
|
|
name = "git-dependency"
|
|
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" }
|