Add user prefs, update capsule to always exist, fix lifetime bug somehow
This commit is contained in:
24
Cargo.toml
24
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user