initial commit
This commit is contained in:
commit
a4b8bdd8c0
10 changed files with 2644 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue