mirror of
https://github.com/dathere/ckanaction.git
synced 2026-02-04 02:05:32 +00:00
8 lines
155 B
TOML
8 lines
155 B
TOML
[package]
|
|
name = "status-show"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ckanaction = "0.1.3"
|
|
tokio = { version = "1.49.0", features = ["full"] }
|