summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: feb0396f453233cb8653e9a08a00be2d3573ccb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ggb"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.104"
async-trait = "0.1.91"
chrono = "0.4.45"
serde = { version = "1.0.229", features = ["derive"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-rustls"] }
thiserror = "2.0.19"
tokio = { version = "1.53.0", features = ["full"] }
ulid = { version = "3.0.0", features = ["postgres", "serde", "std"] }