[package] name = "dele" version = "0.1.0" authors = [""] edition = "2018" readme = "README.md" description = "Application to split files and join previously-divided files." homepage = "https://gitlab.com/jorgarga/dele" repository = "https://gitlab.com/jorgarga/dele" license = "MIT OR Apache-2.0" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] log = "0.4.14" simple_logger = "1.11.0" clap = "2.33.3"