diff options
author | Vincent Ambo <mail@tazj.in> | 2023-04-12T12·04+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-04-12T12·31+0000 |
commit | cd80c00a6be02db3ad915d3ed69922474abe23ff (patch) | |
tree | 2ab8d5f037e6e51ff777e29856949ca4bc610b06 /users/tazjin/tgsa/Cargo.toml | |
parent | faa45f076dd84c6c8b288cc8d518e9711f04b036 (diff) |
chore(tazjin/tgsa): drop rouille's default features r/6095
we don't need these and they add a bunch of unnecessary deps. Change-Id: I88a30ec8443090a2c61934b35848bea6f1d9597a Reviewed-on: https://cl.tvl.fyi/c/depot/+/8479 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r-- | users/tazjin/tgsa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml index 943fe7188ee8..b589a8174e8e 100644 --- a/users/tazjin/tgsa/Cargo.toml +++ b/users/tazjin/tgsa/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0" crimp = "4087.0" -rouille = "3.5" +rouille = { version = "3.5", default-features = false } url = "2.3" scraper = "0.13" ego-tree = "0.6" # in tandem with 'scraper' |