tvl-depot/users/tazjin/tgsa/Cargo.toml
Vincent Ambo 332a821100 feat(tazjin/tgsa): replace translation backend
The GPT backend is cool, but it's also very slow, prone to request
errors and quite expensive.

This switches to Yandex Translate instead which for all posts that I
tested seems to be totally fine.

Change-Id: I5217113995b701508a83e7782eb1325957996719
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8826
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-06-18 12:43:15 +00:00

18 lines
383 B
TOML

[package]
name = "tgsa"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
crimp = "4087.0"
rouille = { version = "3.5", default-features = false }
url = "2.3"
scraper = "0.13"
ego-tree = "0.6" # in tandem with 'scraper'
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ring = "0.16.20"
openssl = "0.10.54"
base64 = "0.21.2"
lazy_static = "1.4.0"