Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -4,6 +4,8 @@ edition = "2021"
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cuddle-actions-sdk-derive.workspace = true
|
||||
|
||||
anyhow.workspace = true
|
||||
clap = { workspace = true, features = ["string"] }
|
||||
serde.workspace = true
|
||||
|
@@ -4,6 +4,8 @@ use std::{collections::BTreeMap, ffi::OsString, io::Write};
|
||||
|
||||
use serde::Serialize;
|
||||
|
||||
pub use cuddle_actions_sdk_derive::Actions;
|
||||
|
||||
// Fix design make it so that it works like axum!
|
||||
|
||||
type ActionFn = dyn Fn() -> anyhow::Result<()> + 'static;
|
||||
|
Reference in New Issue
Block a user