Rustbot/library/Cargo.toml

14 lines
208 B
TOML
Raw Normal View History

[package]
name = "rustbot_lib"
2024-12-12 03:01:44 +11:00
version = "0.1.0"
2024-12-12 04:44:42 +11:00
edition = "2024"
[dependencies]
cargo_toml = { workspace = true }
poise = { workspace = true }
[features]
production = ["docker"]
docker = []
not_ready = []