feat: add example of using status_show method

This commit is contained in:
rzmk 2026-02-03 18:13:21 -05:00
parent 6df4f863f1
commit 723130792c
5 changed files with 1775 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "status-show"
version = "0.1.0"
edition = "2024"
[dependencies]
ckanaction = "0.1.2"
tokio = { version = "1.49.0", features = ["full"] }