about summary refs log tree commit diff
path: root/Cargo.toml
blob: 2121b44efe217954ef23db8694bfe16bcae801a3 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "gifed"
version = "0.1.0"
authors = ["Brad Alfirevic <brad@genbyte.dev>"]
edition = "2018"
license = "CC0-1.0"
description = "Gif encoding and decoding with fine control"
repository = "https://github.com/genuinebyte/gifed"

[dependencies]