summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7fd14592a6f8a055277a6957b924faea09698e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "smw-tools"
version = "0.1.0"
edition = "2021"

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

[dependencies]
image = { version = "0.24.8", default-features = false, features = ["pnm"] }
regex = "1.10.3"