16 lines
356 B
TOML
16 lines
356 B
TOML
[package]
|
|
name = "bot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
poise = { workspace = true }
|
|
tokio = { workspace = true }
|
|
serde = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tool_tracing = { path = "../../libs/tool_tracing" }
|
|
toml = "0.8"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|