diff options
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r-- | users/tazjin/tgsa/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml new file mode 100644 index 000000000000..105333c942dd --- /dev/null +++ b/users/tazjin/tgsa/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "tgsa" +version = "0.1.0" +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" |