ladderz/ladderz/Cargo.toml
rzmk 7b17b94c14
feat: initial commit
This is the initial commit for the project.
Began work on pre-algebra unit 1.
2023-09-18 23:47:49 -04:00

16 lines
266 B
TOML

[package]
name = "ladderz"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "ladderz"
src = "src/main.rs"
[lib]
name = "ladderz"
path = "src/lib.rs"
[dependencies]