[package] name = "linecount" version = "0.1.0" authors = ["Erik Clarke "] license = "MIT" description = "Quickly count lines in a file" repository = "https://github.com/eclarke/linecount" [dependencies] [[bin]] name = "lc" path = "src/lc.rs"