spiffbot/commands/info/Cargo.toml
deepCurse 1afa975c6a
laying the groundwork for the new argument system
cleaning up the source tree
work towards dynamic loading of command plugins
2024-08-04 21:46:42 -03:00

10 lines
No EOL
199 B
TOML

[package]
name = "info"
version = "0.1.0"
edition = "2021"
crate-type = ["cdylib"]
[dependencies]
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"
nopalmo = { path = "../../" }