14 lines
314 B
TOML
14 lines
314 B
TOML
[package]
|
|
name = "fds-common"
|
|
version.workspace = true
|
|
build = "../../tools/version-build.rs"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
description = "Shared bounded configuration and Linux discovery for FDS tools"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.8"
|
|
serde_json = "1"
|
|
libc = "0.2"
|