mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-10 12:34:09 +00:00
13 lines
253 B
TOML
13 lines
253 B
TOML
[package]
|
|
name = "decoder_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
image = "0.24.5"
|
|
|
|
[dependencies.nokhwa-core]
|
|
path = "../../nokhwa-core"
|