cuddle-v2/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml
kjuulh 892fdc9420
Some checks failed
continuous-integration/drone/push Build is failing
feat: use derive
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-10-27 12:05:30 +01:00

10 lines
244 B
TOML

[package]
name = "action"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.91"
cuddle-actions-sdk = { git = "https://git.front.kjuulh.io/kjuulh/cuddle-v2", version = "0.2.0" }
tokio = { version = "1.41.0", features = ["full"] }