blur/Cargo.toml

15 lines
444 B
TOML
Raw Normal View History

2022-02-15 20:18:17 +00:00
[package]
name = "blur"
description ="Simple tool to blurhash images from the terminal"
authors = [ "Erin Nova <contact@the-system.eu.org" ]
2022-03-05 16:34:41 +00:00
repository = "https://bytes.keithhacks.cyou/erin/blur"
license = "CNPLv7+"
2022-02-15 20:18:17 +00:00
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"