16 lines
332 B
TOML
16 lines
332 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]
|
|
stats_types = { path = "../stats_types" }
|
|
stats_proc = { path = "../stats_proc" }
|
|
log = { path = "../log" }
|
|
err = { path = "../../daqbuffer/crates/err" }
|
|
libc = "0.2"
|