11 lines
190 B
TOML
11 lines
190 B
TOML
[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"
|