[package] name = "csplit" version = "0.1.0" authors = ["Efron Licht "] edition = "2018" license = "MIT" description = "a clone of the unix coreutil csplit" repository = "https://gitlab.com/efronlicht/csplit" [dependencies] regex = "1" structopt = "0.2" lazy_static = "1"