blur/Cargo.toml

15 lines
444 B
TOML

[package]
name = "blur"
description ="Simple tool to blurhash images from the terminal"
authors = [ "Erin Nova <contact@the-system.eu.org" ]
repository = "https://bytes.keithhacks.cyou/erin/blur"
license = "CNPLv7+"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
blurhash = { git = "https://github.com/Raincal/blurhash-rs" }
image = "0.24.0"