version 0.1

This commit is contained in:
2024-10-03 00:14:21 +03:00
commit 633778d732
6 changed files with 2106 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "shortener"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = "0.5.1"
tokio = {"version" = "1.40.0", "features" = ["rt"]}
rand = "0.8.5"
tokio-postgres = "0.7.12"