[package]
name = "tr"
version = "0.0.1"
authors = []
[lib]
path = "tr.rs"
[dependencies]
getopts = "*"
libc = "*"
bit-set = "*"
vec_map = "*"
[[bin]]
name="tr"
path="tr.rs"