about summary refs log tree commit diff
path: root/users/tazjin/tgsa/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-04-20T11·00+0200
committerclbot <clbot@tvl.fyi>2022-04-20T11·02+0000
commite0b9d9b1cdbf9356a850dac5287b9eb63d83f3dc (patch)
tree7daa7715ade97c467827fd49ea8526d0ac65095e /users/tazjin/tgsa/Cargo.toml
parent094b8cc7afe2f854d7bdde5ad239867c8e54e1f3 (diff)
fix(tazjin/tgsa): Preserve newlines in messages r/3977
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
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r--users/tazjin/tgsa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml
index c4f40fd8a1..105333c942 100644
--- a/users/tazjin/tgsa/Cargo.toml
+++ b/users/tazjin/tgsa/Cargo.toml
@@ -6,6 +6,7 @@ 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"