mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
feat: inital redirect api
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -2,11 +2,11 @@
|
||||
name = "url-shortener"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
build = "build.rs"
|
||||
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.40"
|
||||
diesel = { version = "2.2.8", features = ["sqlite","chrono"] }
|
||||
chrono = { version = "0.4.40", features = ["serde"] }
|
||||
diesel = { version = "2.2.8", features = ["sqlite", "chrono"] }
|
||||
dotenvy = "0.15.7"
|
||||
rocket = "0.5.1"
|
||||
serde = "1.0.219"
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user