text-split 0.1.0

a big text file split util
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "text-split"

version = "0.1.0"

authors = ["郑瑞召 <ruizhaozheng@aliyun.com>"]

edition = "2018"

license = "MIT OR Apache-2.0"

homepage = "https://github.com/konanzheng/text-split"

repository = "https://github.com/konanzheng/text-split"

documentation = "https://github.com/konanzheng/text-split"

description = "a big text file split util"

keywords = ["text", "split", "util"]

categories = ["command-line-utilities"]



[dependencies]

quicli = "0.4.0"

structopt = "0.2"