blob: 96e76a57e8186d07e4a19c5f003ebd8049ee15ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "gifprobe"
version = "0.1.0"
authors = ["Genevive <gen@nyble.dev"]
edition = "2018"
license = "CC0-1.0"
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" }
|