actix-admin/Cargo.toml
2022-01-03 19:31:34 +01:00

28 lines
590 B
TOML

[package]
name = "actix-web-sample-app"
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.0.0-beta.12"
actix-rt = "2.5.0"
actix-session = "0.5.0-beta.4"
tera = "1.15.0"
oauth2 = "4.1"
base64 = "0.13.0"
rand = "0.8.4"
url = "2.2.2"
http = "0.2.5"
dotenv = "0.15"
futures = "0.3.18"
serde = "1.0.130"
serde_json = "1.0.71"
serde_derive = "1.0.130"
sea-orm = { version = "0.5.0", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ], default-features = false }