This commit is contained in:
2026-05-17 20:15:09 +03:00
commit 3fc472a5bc
8 changed files with 3764 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "canvas_grades"
version = "0.0.1"
authors = [ "Aly Sewelam <linlysmolworthy@gmail.com>" ]
edition = "2024"
[dependencies]
polars = {version = "0.53.0", features = ["csv", "lazy"] }