17 lines
353 B
TOML
17 lines
353 B
TOML
[package]
|
|
name = "track2-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
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"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
rand = "0.8"
|
|
rand_distr = "0.4"
|