abies/Cargo.toml

11 lines
254 B
TOML
Raw Permalink Normal View History

2023-08-18 15:13:55 +00:00
[package]
name = "abies"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
serde = { version = "1", features = ["derive"] }
base64 = "0.21"