chore: georm is now part of a separate crate
Some checks failed
CI / tests (push) Failing after 5m34s

This commit is contained in:
2025-02-01 01:50:26 +01:00
parent 857b1d98d0
commit 78484c1a6f
15 changed files with 14 additions and 731 deletions

View File

@@ -2,14 +2,19 @@
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"
tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "env-filter", "registry", "json", "tracing-log"] }
uuid = { version = "1.11.0", features = ["v4", "serde"] }
georm = { path = "../georm" }
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"