about summary refs log tree commit diff
path: root/slugs/Cargo.toml
blob: ba4dac2f56ab01109ab25237645b7ec556ed2537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "slugs"
version = "0.1.0"
edition = "2021"

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

[dependencies]
camino = "1.1.2"
gifed = { path = "../gifed" }
png = "0.17.7"
tepimg = { git = "https://github.com/gennyble/tep" }
thiserror = "1.0.38"
colorsquash = { path = "../../colorsquash" }