naersk/test/git-dep/Cargo.toml
Nicolas Mattia d8de7a0c2e wip
2019-06-24 18:04:34 +02:00

8 lines
227 B
TOML

[package]
name = "git-dep"
version = "0.1.0"
authors = ["nicolas <nicolas@nmattia.com>"]
edition = "2018"
[dependencies]
rand = { git = "https://github.com/rust-random/rand", rev = "703452450770d4b2bb0b117dfc83aea5ba61ec60" }