aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-04-06 09:19:28 -0400
committerShav Kinderlehrer <[email protected]>2024-04-06 09:19:28 -0400
commit4c6b2c204283bd086c422e3fb66cd7ee8894df9f (patch)
treed0d0d86b68f5850ed72ac1822dfa39dbb2d38d88 /Cargo.toml
parentdc56cda762703f07ad8d9ff57fbc36713c4dbaf7 (diff)
downloadchela-4c6b2c204283bd086c422e3fb66cd7ee8894df9f.tar.gz
chela-4c6b2c204283bd086c422e3fb66cd7ee8894df9f.zip
Implement post
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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"] }