Files

11 lines
295 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
name = "agentdock-adapter"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "适配器 schema 加载、版本校验、dry-run、执行器接口(架构 §3"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"