Add bot instance

This commit is contained in:
Joscha 2024-12-11 01:01:11 +01:00
parent b9c4c2a003
commit feacde16aa
6 changed files with 471 additions and 2 deletions

14
euphoxide-bot/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "euphoxide-bot"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
cookie = { workspace = true }
euphoxide = { path = "../euphoxide" }
log = { workspace = true }
tokio = { workspace = true, features = ["rt"] }
tokio-tungstenite = { workspace = true }
[lints]
workspace = true