mirror of
https://github.com/dathere/ckanaction.git
synced 2026-02-04 02:05:32 +00:00
feat: add example of using status_show method
This commit is contained in:
parent
6df4f863f1
commit
723130792c
5 changed files with 1775 additions and 0 deletions
8
examples/status-show/Cargo.toml
Normal file
8
examples/status-show/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue