Add card table loading

This commit is contained in:
2024-09-04 01:43:57 -04:00
parent 4674289473
commit 20d7f62f33
10 changed files with 93 additions and 61 deletions

View File

@@ -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