1[package] 2name = "git-dependency" 3version = "0.1.0" 4authors = ["Daniël de Kok <me@danieldk.eu>"] 5edition = "2018" 6 7[dependencies] 8rand = { git = "https://github.com/rust-random/rand.git" }