All checks were successful
continuous-integration/drone/push Build is passing
13 lines
260 B
TOML
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 = "*"
|