18 lines
237 B
TOML
18 lines
237 B
TOML
|
[package]
|
||
|
name = "qoi-bench"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
# internal
|
||
|
qoi-fast = { path = ".." }
|
||
|
# external
|
||
|
anyhow = "1.0"
|
||
|
libc = "0.2"
|
||
|
png = "0.17"
|
||
|
structopt = "0.3"
|
||
|
walkdir = "2.3"
|
||
|
|
||
|
[build-dependencies]
|
||
|
cc = "1.0"
|