Added initial card parsing and client state

This commit is contained in:
2024-05-02 20:05:52 -04:00
parent 8007aca7ff
commit 921f2de61a
5 changed files with 383 additions and 35 deletions

View File

@@ -27,8 +27,11 @@ polars = { version = "0.39.2", default-features = false, features = [
"lazy",
"concat_str",
"strings",
"regex",
"csv",
"json",
"dtype-struct",
"serde",
] }
[target.'cfg(engine)'.dev-dependencies]