rewrite URL shortener in Rust

This commit is contained in:
2026-07-10 04:46:34 +00:00
parent a250ce4c1d
commit a6e8be7553
16 changed files with 2906 additions and 1102 deletions
+9 -2
View File
@@ -1,2 +1,9 @@
data/
*.log
/target/
/config.toml
/data/*
!/data/.gitignore
*.db
*.db-*
*.key
*.log
.env