split-tk 0.1.0

Simple tool to split data.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "split-tk"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0"
description = "Simple tool to split data."
homepage = "https://github.com/vgobbo/split-tk"
documentation = "https://github.com/vgobbo/split-tk"
repository = "https://github.com/vgobbo/split-tk"
readme = "README.md"
keywords = [ "tool", "cli" ]
categories = [ "command-line-utilities" ]

[dependencies]
clap = { version = "4.4", features = [ "derive" ] }
exitcode = { version = "1.1" }