diff options
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r-- | users/tazjin/tgsa/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml new file mode 100644 index 000000000000..0b1529805864 --- /dev/null +++ b/users/tazjin/tgsa/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "tgsa" +version = "0.1.0" +edition = "2021" + +[dependencies] +anyhow = "1.0" +crimp = "4087.0" +rouille = { version = "3.5", default-features = false } +url = "2.3" +scraper = "0.13" +ego-tree = "0.6" # in tandem with 'scraper' +serde = "1.0" +serde_json = "1.0" |