splix 0.2.0

Lightning-fast image splitter.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "splix"
version = "0.2.0"
edition = "2021"
authors = ["Raymond Tian rymdtian@gmail.com"]
license = "MIT"
description = "Lightning-fast image splitter."
readme = "README.md"
homepage = "https://github.com/raymondytian/splix"
repository = "https://github.com/raymondytian/splix"
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
image = "0.25.1"
walkdir = "2.5.0"