[package]
name = "fmt"
version = "0.0.1"
authors = []
[lib]
path = "fmt.rs"
[dependencies]
getopts = "*"
libc = "*"
unicode-width = "*"
[[bin]]
name="fmt"
path="fmt.rs"