We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac8bd6 commit c6e7d56Copy full SHA for c6e7d56
martin-core/Cargo.toml
@@ -68,7 +68,6 @@ dashmap = { workspace = true, optional = true }
68
deadpool-postgres = { workspace = true, optional = true }
69
futures = { workspace = true, optional = true }
70
itertools = { workspace = true, optional = true }
71
-tracing.workspace = true
72
martin-tile-utils.workspace = true
73
mbtiles = { workspace = true, optional = true }
74
moka.workspace = true
@@ -92,6 +91,7 @@ tiff = { workspace = true, optional = true }
92
91
tilejson.workspace = true
93
tokio = { workspace = true, optional = true }
94
tokio-postgres-rustls = { workspace = true, optional = true }
+tracing.workspace = true
95
xxhash-rust.workspace = true
96
97
[dev-dependencies]
0 commit comments