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