feat: initialize project with .gitignore, LICENSE, README, and update dependencies

This commit is contained in:
2026-04-08 03:56:28 +02:00
parent bef3bb8fed
commit 41b9cb3d4c
6 changed files with 12 additions and 132 deletions

1
Cargo.lock generated
View File

@@ -276,6 +276,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"domain",
"rand 0.10.0",
"reqwest",
"serde",