14 lines
353 B
TOML
14 lines
353 B
TOML
[package]
|
|
name = "phoebe"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["videogame hacker <half-kh-hacker@hackery.site>"]
|
|
|
|
[dependencies]
|
|
mid-chat = { path = "../mid-chat" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "sqlite"] }
|
|
tracing = "0.1"
|
|
async-trait = "0.1.53"
|
|
eyre = "0.6.8"
|