generated from phundrak/rust-poem-openapi-template
chore: georm is now part of a separate crate
Some checks failed
CI / tests (push) Failing after 5m34s
Some checks failed
CI / tests (push) Failing after 5m34s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user