version 0.1
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user