make nix module

This commit is contained in:
Fabian Montero 2026-05-16 14:25:20 -06:00
parent a4b8bdd8c0
commit 3ff112b1cd
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
6 changed files with 96 additions and 35 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "instagram_link_stripper"
name = "task_force_beta_bot"
version = "0.1.0"
edition = "2024"
@ -9,3 +9,4 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
url = "2"
log = "0.4"
pretty_env_logger = "0.5"
once_cell = "1"