init commit

This commit is contained in:
Breadway 2026-07-22 12:00:12 +08:00
commit 17e9b77fa6
39 changed files with 20569 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "career_planner"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
csv = "1"
rayon = "1"