pixelrush/Cargo.toml
Patrick Michl 97bb431b62
All checks were successful
continuous-integration/drone/push Build is passing
some image sequencing
2021-03-16 17:16:09 +01:00

13 lines
260 B
TOML

[package]
name = "pixelrush"
version = "0.1.0"
authors = ["Huanzo <huanzodev@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
r2d2 = "*"
image = "*"
crossbeam = "*"