feat: with further rust build actions
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
name = "action"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@@ -2,8 +2,6 @@ use cuddle_actions::AddActionOptions;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
println!("Hello, world!");
|
||||
|
||||
cuddle_actions::CuddleActions::default()
|
||||
.add_action("something", || Ok(()), &AddActionOptions::default())
|
||||
.execute()?;
|
||||
|
Reference in New Issue
Block a user