From 3b7d5454ccb2875fb45a46ea138d1bffec5b7542 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sun, 7 Apr 2024 20:06:27 -0400 Subject: Add support for Unix sockets and custom alphabet --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 741083f..7f8867f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,20 @@ [package] name = "chela" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.7.5" +axum = { version = "0.7.5", features = ["tokio"] } color-eyre = "0.6.3" eyre = "0.6.12" +hyper = "1.2.0" +hyper-util = { version = "0.1.3", features = ["tokio"] } 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"] } +tower = "0.4.13" url = { version = "2.5.0", features = ["serde"] } -- cgit v1.2.3