* wip: vendor sqlx-tracing * (compiles) standardize pg types used * more standardization * general log message improvements * wip: improve sqlx-tracing architecture * unify sqlx::Executor type * wip: try fix sqlx tracing * wip: sqlx-tracing compiles * so close * it compiles * fix ci
20 lines
431 B
TOML
20 lines
431 B
TOML
[package]
|
|
name = "modrinth-log"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
dotenvy = { workspace = true }
|
|
eyre = { workspace = true }
|
|
sentry = { workspace = true, features = ["tracing"], optional = true }
|
|
tracing = { workspace = true }
|
|
tracing-ecs = { workspace = true }
|
|
tracing-subscriber = { workspace = true }
|
|
|
|
[features]
|
|
sentry = ["dep:sentry"]
|
|
|
|
[lints]
|
|
workspace = true
|