Basic redirection working

This commit is contained in:
SinTan1729
2023-04-02 22:26:23 -05:00
parent 0e97516759
commit b9d76b6734
7 changed files with 139 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "actix"
name = "simply-shorten"
version = "0.1.0"
edition = "2021"
@@ -7,4 +7,10 @@ edition = "2021"
[dependencies]
actix-web = "4"
actix-files = "0.6.2"
actix-files = "0.6.2"
sqlite = "0.30.4"
regex = "1.7.3"
[dependencies.sqlite3-src]
version="0.4.0"
features=["bundled"]