From e0b9d9b1cdbf9356a850dac5287b9eb63d83f3dc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Apr 2022 13:00:37 +0200 Subject: fix(tazjin/tgsa): Preserve newlines in messages Change-Id: I9e2d7038357a5510898d153740ae0c0e1f7a8a3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5483 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/tgsa/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin/tgsa/Cargo.toml') diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml index c4f40fd8a1b1..105333c942dd 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" -- cgit 1.4.1