aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-04-08 06:55:05 -0400
committerShav Kinderlehrer <[email protected]>2024-04-08 06:55:05 -0400
commita4193f830fe39a6aceec0c361d6d88447022ac63 (patch)
tree739be230130648b94f5577cf646a1c6a1245c585 /Cargo.toml
parent938be8949fbb9735953309611c73589be04a2ccb (diff)
downloadchela-a4193f830fe39a6aceec0c361d6d88447022ac63.tar.gz
chela-a4193f830fe39a6aceec0c361d6d88447022ac63.zip
Add basic analyticsv1.3.0
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 9e5ef6e..5b4a5dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,13 @@
[package]
name = "chela"
-version = "1.2.0"
+version = "1.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.7.5", features = ["tokio"] }
+chrono = { version = "0.4.37", features = ["serde"] }
color-eyre = "0.6.3"
eyre = "0.6.12"
hyper = "1.2.0"
@@ -14,7 +15,7 @@ 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"] }
+sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "macros", "migrate", "tls-rustls", "chrono"] }
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
url = { version = "2.5.0", features = ["serde"] }