git://code.worthe-it.co.za
/
bug-basher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added random bug generation
[bug-basher.git]
/
Cargo.toml
1
[package]
2
name = "bug_basher"
3
version = "0.1.0"
4
authors = ["Justin Worthe <justin@worthe-it.co.za>"]
5
6
build = "build.rs"
7
8
[dependencies]
9
gate = { path = "../gate/gate" }
10
rand = "0.4"
11
12
[build-dependencies]
13
gate_build = { path = "../gate/gate_build" }