blur/Cargo.toml

13 lines
369 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" ]
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"