Add command abstraction
This commit is contained in:
parent
287ce97819
commit
8a7d414a01
4 changed files with 175 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ version = { workspace = true }
|
|||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
cookie = { workspace = true }
|
||||
euphoxide = { path = "../euphoxide" }
|
||||
log = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue