You've already forked rust-tutor
- create exercise vec statistics calculator (shout out claude) - finish hacky solution (it works... but at what cost) - update current state
7 lines
80 B
TOML
7 lines
80 B
TOML
[package]
|
|
name = "vec-stats"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|