about summary refs log tree commit diff
path: root/users/tazjin/tgsa/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r--users/tazjin/tgsa/Cargo.toml12
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 0000000000..105333c942
--- /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"