[package]
name = "echo"
version = "0.0.1"
authors = []
[lib]
path = "echo.rs"
[dependencies]
getopts = "*"
libc = "*"
[[bin]]
name="echo"
path="echo.rs"