diff options
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r-- | users/tazjin/tgsa/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |