logo-generator/Cargo.toml

16 lines
405 B
TOML
Raw Normal View History

2023-03-11 20:08:09 +00:00
[package]
name = "logo-generator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
png = "0.11.0"
cairo-rs = { version = "0.17.0", features = ["png"] }
axum = "0.6.10"
tokio = { version = "1.0", features = ["full"] }
base64 = "0.21.0"
rand = "0.8.5"
serde = { version = "1.0.152", features = ["derive"] }