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