13 lines
268 B
TOML
13 lines
268 B
TOML
[package]
|
|
name = "fds-common"
|
|
version = "0.1.0"
|
|
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"
|