15 lines
295 B
TOML
15 lines
295 B
TOML
[package]
|
|
name = "rpi-rust-test"
|
|
version = "0.1.0"
|
|
authors = ["Jakob Dalsgaard <jakob@dalsgaard.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rppal = "0.11.3"
|
|
image = "*"
|
|
imageproc = "*"
|
|
arrayref = "*"
|
|
|