summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5b2b4edf9cc404d720f8d139202c9b2ed2e6e619 (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 = { path = "../gate/gate" }
rand = "0.4"

[build-dependencies]
gate_build = { path = "../gate/gate_build" }