[package] name = "chunk" version = "0.1.0" authors = ["Jack "] edition = "2018" description = "utility to chunk up files into smaller files" repository = "https://github.com/jchoi5me/chunk" license = "MIT" [dependencies] structopt = "0.2" rayon = "1.1" regex = "1"