about summary refs log tree commit diff
path: root/gaudio/Cargo.toml
blob: 145b82937991f7159f7a9c37834c9aac0851130d (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "gaudio"
version = "0.1.0"
edition = "2021"

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

[dependencies]
gifed = { path = "../gifed" }
thiserror = "1.0.38"