ReNunney/rust/track2-core/Cargo.toml

13 lines
255 B
TOML

[package]
name = "track2-core"
version = "0.1.0"
edition = "2024"
license = "MIT"
authors = ["welsberr <welsberr@gmail.com>"]
description = "Track 2 threshold-centered cost-of-substitution simulation core"
[lib]
name = "track2_core"
path = "src/lib.rs"