Add clap commands
This commit is contained in:
parent
9a1ba8f1ce
commit
e27694ef85
4 changed files with 194 additions and 0 deletions
|
|
@ -3,8 +3,12 @@ name = "euphoxide-bot"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[features]
|
||||
clap = ["dep:clap"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
clap = { workspace = true, optional = true }
|
||||
cookie = { workspace = true }
|
||||
euphoxide = { path = "../euphoxide" }
|
||||
jiff = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue