Add user prefs, update capsule to always exist, fix lifetime bug somehow

This commit is contained in:
2024-09-08 23:25:16 -04:00
parent edaafd6867
commit e6aa8df498
30 changed files with 818 additions and 270 deletions

View File

@@ -22,18 +22,6 @@ chrono = { version = "0.4.38", features = ["serde", "wasm-bindgen"] }
lazy_static = "1.5"
strum = "0.26.2"
strum_macros = "0.26.2"
polars = { version = "0.39.2", default-features = false, features = [
"fmt_no_tty",
"rows",
"lazy",
"concat_str",
"strings",
"regex",
"csv",
"json",
"dtype-struct",
"serde",
] }
[target.'cfg(engine)'.dev-dependencies]
fantoccini = "0.19"
@@ -52,6 +40,18 @@ sea-orm = { version = "1.0", features = [
jsonwebtoken = "9.3.0"
argon2 = "0.5"
tower-http = { version = "0.3", features = ["fs"] }
polars = { version = "0.39.2", default-features = false, features = [
"fmt_no_tty",
"rows",
"lazy",
"concat_str",
"strings",
"regex",
"csv",
"json",
"dtype-struct",
"serde",
] }
[target.'cfg(client)'.dependencies]
wasm-bindgen = "0.2.93"