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

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

[dependencies]
png = "0.17.8"
lri-rs = { path = "../lri-rs" }