initial commit

This commit is contained in:
Fabian Montero 2026-05-16 13:52:32 -06:00
commit a4b8bdd8c0
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
10 changed files with 2644 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "instagram_link_stripper"
version = "0.1.0"
edition = "2024"
[dependencies]
teloxide = { version = "0.17", default-features = false, features = ["macros", "rustls", "ctrlc_handler"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
url = "2"
log = "0.4"
pretty_env_logger = "0.5"