skillfile 1.0.1

Tool-agnostic AI skill & agent manager — the Brewfile for your AI tooling
[package]
name = "skillfile"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Tool-agnostic AI skill & agent manager — the Brewfile for your AI tooling"
readme = "../../README.md"

[[bin]]
name = "skillfile"
path = "src/main.rs"

[dependencies]
skillfile-core = { workspace = true }
skillfile-sources = { workspace = true }
skillfile-deploy = { workspace = true }
clap = { workspace = true }
anyhow = { workspace = true }
serde_json = { workspace = true }
similar = { workspace = true }
tempfile = { workspace = true }

[dev-dependencies]
assert_cmd = { workspace = true }
predicates = { workspace = true }