Create euphoxide-bot crate
This commit is contained in:
parent
01561db93c
commit
7dbf041b69
13 changed files with 1222 additions and 1 deletions
21
euphoxide-bot/Cargo.toml
Normal file
21
euphoxide-bot/Cargo.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "euphoxide-bot"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[features]
|
||||
clap = ["dep:clap"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
clap = { workspace = true, optional = true, features = ["derive"] }
|
||||
cookie = { workspace = true }
|
||||
euphoxide = { workspace = true }
|
||||
euphoxide-client = { workspace = true }
|
||||
jiff = { workspace = true }
|
||||
log = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt"] }
|
||||
tokio-tungstenite = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue