1 2 3 4 5 6 7
use sea_orm::DatabaseConnection; #[derive(Clone)] pub struct AppState { pub db: DatabaseConnection, pub secret: String, }