Initial commit.

This commit is contained in:
2026-05-09 21:49:10 +01:00
commit 79ed58ee23
5 changed files with 320 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "urls-txt"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.52.3", features = ["io-util", "macros", "net", "rt-multi-thread"] }