swordfish/swordfish-common/Cargo.toml
tretrauit 8eb622f479 feat: swordfish-user
Also move tesseract implementation to swordfish cuz only the bot uses it.
2024-01-07 19:19:40 +07:00

18 lines
396 B
TOML

[package]
name = "swordfish-common"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.20"
serde = "1.0.195"
tokio = "1.35.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[dependencies.mongodb]
version = "2.8.0"
features = ["tokio-runtime"]