20 lines
459 B
TOML
20 lines
459 B
TOML
[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" }
|
|
|
|
log = { version = "0.4", features = [] }
|
|
pretty_env_logger = { version = "0.4", features = [] }
|
|
|
|
fluent = { version = "0.16.0" }
|
|
unic-langid = { version = "0.9.0" }
|