Add initial card info structs and dataframe library
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user