about summary refs log tree commit diff
path: root/gifprobe/Cargo.toml
blob: 157d47e96309bc4b10cf815b6cd610c88e4c2337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gifprobe"
version = "0.1.0"
authors = ["gennyble <gen@nyble.dev"]
edition = "2018"
license = "ISC"
description = "Print the details of a gif to stdout; ffprobe for gif"
repository = "https://github.com/genuinebyte/gifed"

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

[dependencies]
owo-colors = "2.0.0"
gifed = { path = "../gifed" }