csplit 0.1.0

a clone of the unix coreutil csplit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.structopt]
version = "0.2"

[package]
authors = ["Efron Licht <efron.python@gmail.com>"]
description = "a clone of the unix coreutil csplit"
edition = "2018"
license = "MIT"
name = "csplit"
repository = "https://gitlab.com/efronlicht/csplit"
version = "0.1.0"