tvl-depot/users/tazjin/tgsa/Cargo.toml
Vincent Ambo e0b9d9b1cd fix(tazjin/tgsa): Preserve newlines in messages
Change-Id: I9e2d7038357a5510898d153740ae0c0e1f7a8a3a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5483
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-04-20 11:02:44 +00:00

12 lines
193 B
TOML

[package]
name = "tgsa"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
crimp = "0.2"
ego-tree = "0.6" # in tandem with 'scraper'
rouille = "3.5"
scraper = "0.12"
url = "2.2"