cleanup dependencies
This commit is contained in:
parent
ea93fd6244
commit
f122be5294
@ -10,10 +10,10 @@ 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" }
|
||||
async-trait = "0.1.53"
|
||||
lazy_static = "1.4.0"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
serde_derive = "1.0.136"
|
||||
sea-orm = { version = "^0.9.1", features = [], default-features = false }
|
||||
sea-orm = { version = "^0.9.1", features = [], default-features = false }
|
||||
|
||||
actix_admin_macros = { path = "actix_admin_macros" }
|
@ -10,18 +10,11 @@ actix-session = { version = "0.7.1", features = ["cookie-session"] }
|
||||
tera = "1.15.0"
|
||||
itertools = "0.10.3"
|
||||
oauth2 = "4.1"
|
||||
base64 = "0.13.0"
|
||||
async-trait = "0.1.53"
|
||||
rand = "0.8.5"
|
||||
url = "2.2.2"
|
||||
http = "0.2.6"
|
||||
dotenv = "0.15"
|
||||
futures = "0.3.21"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
serde_derive = "1.0.136"
|
||||
sea-orm = { version = "^0.9.1", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ], default-features = true }
|
||||
syn = "1.0.91"
|
||||
|
||||
actix_admin = { path = "../" }
|
||||
azure_auth = { path = "./azure_auth" }
|
||||
azure_auth = { path = "./azure_auth" }
|
Loading…
Reference in New Issue
Block a user