From 4c6b2c204283bd086c422e3fb66cd7ee8894df9f Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 6 Apr 2024 09:19:28 -0400 Subject: Implement post --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f7d1a5e..3358738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "url_shortener" +name = "chela" version = "0.1.0" edition = "2021" @@ -11,6 +11,7 @@ color-eyre = "0.6.3" eyre = "0.6.12" info_utils = "2.2.3" serde = "1.0.197" +sqids = "0.4.1" sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "macros", "migrate", "tls-rustls"] } tokio = { version = "1.37.0", features = ["full"] } -url = "2.5.0" +url = { version = "2.5.0", features = ["serde"] } -- cgit v1.2.3