gejdr-rs/gejdr-core/Cargo.toml

23 lines
590 B
TOML
Raw Permalink Normal View History

[package]
name = "gejdr-core"
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
serde = "1.0.215"
tracing = "0.1.40"
uuid = { version = "1.11.0", features = ["v4", "serde"] }
georm = "0.1"
[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["fmt", "std", "env-filter", "registry", "json", "tracing-log"]
[dependencies.sqlx]
version = "0.8.3"
default-features = false
features = ["postgres", "uuid", "chrono", "migrate", "runtime-tokio", "macros"]