actix-admin/Cargo.toml

18 lines
422 B
TOML
Raw Normal View History

[package]
name = "actix_admin"
version = "0.1.0"
2021-12-06 18:10:03 +01:00
edition = "2021"
[dependencies]
2022-04-23 20:03:09 +02:00
actix-web = "4.0.1"
actix-multipart = "0.4.0"
futures-util = "0.3.21"
chrono = "0.4.20"
tera = "1.16.0"
actix_admin_macros = { path = "actix_admin_macros" }
2022-04-23 20:03:09 +02:00
async-trait = "0.1.53"
lazy_static = "1.4.0"
2022-04-23 20:03:09 +02:00
serde = "1.0.136"
serde_json = "1.0.79"
serde_derive = "1.0.136"
sea-orm = { version = "^0.9.1", features = [], default-features = false }