mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
first commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
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"] }
|
||||
dotenvy = "0.15.7"
|
||||
rocket = "0.5.1"
|
||||
serde = "1.0.219"
|
||||
Reference in New Issue
Block a user