phoebe/phoebe-main/Cargo.toml

14 lines
348 B
TOML
Raw Permalink Normal View History

2022-04-08 16:52:59 +00:00
[package]
name = "phoebe-main"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }
color-eyre = "0.6.1"
phoebe = { path = "../phoebe" }
phoebe-discord = { path = "../services/phoebe-discord" }
2022-04-11 11:52:29 +00:00
tracing = "0.1.33"
futures = "0.3.21"