From 3d58dfb4ab1747f4cbc9e98ccc9b4b229476067a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 16 Apr 2022 21:04:02 +0200 Subject: feat(tazjin/tgsa): Implement initial tg embed -> BBcode features Supports only posts with plain photos, and loses all message formatting, but it's getting there. Change-Id: I9e4afcf3072d1e0724521ccbdc1338fe4f8d5ebe Reviewed-on: https://cl.tvl.fyi/c/depot/+/5466 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/tgsa/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 users/tazjin/tgsa/Cargo.toml (limited to 'users/tazjin/tgsa/Cargo.toml') diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml new file mode 100644 index 000000000000..06e13f2b3855 --- /dev/null +++ b/users/tazjin/tgsa/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "tgsa" +version = "0.1.0" +edition = "2021" + +[dependencies] +anyhow = "1.0" +crimp = "0.2" +scraper = "0.12" +url = "2.2" -- cgit 1.4.1