Convert input to pixel data
[litoprism.git] / Cargo.toml
1 [package]
2 name = "actix-test"
3 version = "0.0.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 actix-web = "4.1.0"
10 image = "0.24.2"
11
12 [profile.release]
13 lto = true
14 opt-level = "z"
15 strip = true