2024-12-27 09:10:48 +00:00
|
|
|
[package]
|
|
|
|
name = "bot"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
2024-12-27 09:14:43 +00:00
|
|
|
clap = { version = "4.5.23", features = ["derive"] }
|
|
|
|
post = {path = "../post"}
|
|
|
|
infrastructure = { path = "../infrastructure"}
|
|
|
|
signal-hook = "0.3.17"
|
|
|
|
log = "0.4.22"
|
|
|
|
env_logger = "0.11.6"
|
|
|
|
anyhow = "1.0.95"
|