summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 54443f90cdb5ffc82418da777b5c8cfaee009f70 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "roma"
version = "0.1.0"
authors = ["Tom Barrett <tombarrett@siu.edu>"]

[dependencies]
pancurses = { git = "https://github.com/ihalila/pancurses" }
rand = "0.3"