13 lines
312 B
TOML
13 lines
312 B
TOML
[package]
|
|
name = "agentdock-platform"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Win/Linux 环境检测、PATH、发行版识别(架构 §5)"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winreg = "0.52"
|