Add bot feature and submodule
This commit is contained in:
parent
84af98b5aa
commit
0ea72259f6
4 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ name = "euphoxide"
|
|||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
bot = []
|
||||
|
||||
[dependencies]
|
||||
futures-util = { version = "0.3.25", default-features = false, features = ["sink"] }
|
||||
serde = { version = "1.0.149", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue