15 lines
296 B
TOML
15 lines
296 B
TOML
[package]
|
|
name = "stats"
|
|
version = "0.0.1-a.0"
|
|
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/stats.rs"
|
|
|
|
[dependencies]
|
|
rand_xoshiro = "0.6.0"
|
|
stats_types = { path = "../stats_types" }
|
|
stats_proc = { path = "../stats_proc" }
|
|
log = { path = "../log" }
|