12 lines
331 B
TOML
12 lines
331 B
TOML
[package]
|
|
name = "actix-admin-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.1"
|
|
actix-rt = "2.7.0"
|
|
serde = "1.0.136"
|
|
serde_derive = "1.0.136"
|
|
sea-orm = { version = "^0.9.1", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ], default-features = true }
|
|
actix-admin = { path = "../../" } |