kjuulh
892fdc9420
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
16 lines
314 B
TOML
16 lines
314 B
TOML
[package]
|
|
name = "cuddle-actions-sdk"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
cuddle-actions-sdk-derive.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
clap = { workspace = true, features = ["string"] }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.4.0"
|