summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 80834601062f5178cbd887b4e7dc84bf9146a192 (plain)
1
2
3
4
5
6
7
[package]
name = "rust_critterworld"
version = "0.1.0"
authors = ["David Li <li.davidm96@gmail.com>"]

[dependencies]
rand = "0.3"