mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-22 19:34:03 +02:00
22 lines
546 B
TOML
22 lines
546 B
TOML
[package]
|
|
name = "yaak-commands"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
authors = ["Gregory Schier"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
yaak = { workspace = true }
|
|
yaak-core = { workspace = true }
|
|
yaak-crypto = { workspace = true }
|
|
yaak-models = { workspace = true }
|
|
yaak-plugins = { workspace = true }
|
|
yaak-rpc-schema = { workspace = true }
|
|
yaak-templates = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|