thesis-code/Cargo.toml
vorboyvo 6d79b7a7fa Wrote parser and added tests for it.
Refactored tests a little.
2025-09-23 14:51:26 -04:00

10 lines
135 B
TOML

[package]
name = "code"
version = "0.1.0"
edition = "2024"
[dependencies]
assert_approx_eq = "1.1.0"
nom = "8.0.0"
num-traits = "0.2"