csplit 0.1.0

a clone of the unix coreutil csplit
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "csplit"
version = "0.1.0"
authors = ["Efron Licht <efron.python@gmail.com>"]
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"