14 lines
348 B
TOML
14 lines
348 B
TOML
[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" }
|
|
tracing = "0.1.33"
|
|
futures = "0.3.21"
|