Basic redirection working
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user