Add initial card info structs and dataframe library

This commit is contained in:
2024-04-24 00:07:36 -04:00
parent 0f9ac3627f
commit 8007aca7ff
10 changed files with 151 additions and 5 deletions

View File

@@ -13,12 +13,23 @@ sycamore = { version = "0.8.2", features = [
] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
env_logger = "0.10.0"
env_logger = "0.11.3"
log = "0.4.20"
once_cell = "1.18.0"
web-sys = "0.3.64"
cfg-if = "1.0.0"
chrono = { version = "0.4.31", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
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",
"csv",
"json",
] }
[target.'cfg(engine)'.dev-dependencies]
fantoccini = "0.19"