summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 499e736dd816d4a34890f3c06d885261b9ab76a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bug_basher"
version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]

build = "build.rs"

[dependencies]
gate = { git = "git://code.worthe-it.co.za/forks/gate.git" }
rand = "0.4"

[build-dependencies]
gate_build = { git = "git://code.worthe-it.co.za/forks/gate.git" }