Add card table loading
This commit is contained in:
@@ -39,9 +39,9 @@ polars = { version = "0.39.2", default-features = false, features = [
|
||||
fantoccini = "0.19"
|
||||
|
||||
[target.'cfg(engine)'.dependencies]
|
||||
axum = { version = "0.6", features = ["macros"] }
|
||||
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
perseus-axum = { version = "0.4.2" }
|
||||
axum = "0.6"
|
||||
futures = "0.3.28"
|
||||
sea-orm = { version = "1.0", features = [
|
||||
"sqlx-postgres",
|
||||
@@ -60,3 +60,6 @@ sea-orm = { version = "1.0" }
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(engine)', 'cfg(client)'] }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user