bazzar/actors/lang_provider/Cargo.toml

20 lines
451 B
TOML
Raw Normal View History

2022-05-22 14:19:11 +02:00
[package]
name = "lang_provider"
version = "0.1.0"
edition = "2021"
[dependencies]
model = { path = "../../shared/model" }
config = { path = "../../shared/config" }
actix = { version = "0.13", features = [] }
actix-rt = { version = "2.7", features = [] }
thiserror = { version = "1.0.31" }
tracing = { version = "0.1.34" }
2022-05-22 14:19:11 +02:00
pretty_env_logger = { version = "0.4", features = [] }
fluent = { version = "0.16.0" }
unic-langid = { version = "0.9.0" }