mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
13 lines
238 B
TOML
13 lines
238 B
TOML
[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"
|