diff options
author | Vincent Ambo <mail@tazj.in> | 2022-04-16T20·04+0200 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-04-16T20·35+0000 |
commit | 792de59c64b4a018206e316b6b70db65274c2737 (patch) | |
tree | 280b2e7e4c5861b38180d4526ca21232df57337a /users/tazjin/tgsa/Cargo.toml | |
parent | f6b8bf8b4188a05eec815a3fa6b6f3d8627f32e6 (diff) |
feat(tazjin/tgsa): add "web interface" for this r/3965
Change-Id: I1619f0ceec2f83f4728d7de006a08b2ce6148e59 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5468 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
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 06e13f2b3855..c4f40fd8a1b1 100644 --- a/users/tazjin/tgsa/Cargo.toml +++ b/users/tazjin/tgsa/Cargo.toml @@ -6,5 +6,6 @@ edition = "2021" [dependencies] anyhow = "1.0" crimp = "0.2" +rouille = "3.5" scraper = "0.12" url = "2.2" |