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
This commit is contained in:
Vincent Ambo 2022-04-20 13:00:37 +02:00 committed by clbot
parent 094b8cc7af
commit e0b9d9b1cd
3 changed files with 26 additions and 4 deletions

View file

@ -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"