init commit
This commit is contained in:
commit
17e9b77fa6
39 changed files with 20569 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue