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

build = "build.rs"

[dependencies]
gate = { path = "../gate/gate" }

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