2024-10-21 02:36:18 -04:00
|
|
|
[package]
|
|
|
|
name = "rustbot_events"
|
|
|
|
version = "0.1.0"
|
2024-12-11 12:44:42 -05:00
|
|
|
edition = "2024"
|
2024-10-21 02:36:18 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
poise = { workspace = true }
|
2024-12-11 11:01:44 -05:00
|
|
|
rustbot_lib = { workspace = true }
|
2024-10-21 02:36:18 -04:00
|
|
|
|
|
|
|
[features]
|
|
|
|
production = ["rustbot_lib/production"]
|
|
|
|
not_ready = ["rustbot_lib/not_ready"]
|