swordfish/swordfish-common/Cargo.toml

20 lines
441 B
TOML
Raw Normal View History

[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]
2023-12-30 14:39:44 +00:00
leptess = "0.14.0"
log = "0.4.20"
rusty-tesseract = "1.1.9"
serde = "1.0.195"
tokio = "1.35.1"
2023-12-30 14:39:44 +00:00
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2024-01-05 17:03:23 +00:00
[dependencies.mongodb]
version = "2.8.0"
features = ["tokio-runtime"]