Add pocketbase and other changes
This commit is contained in:
parent
a9717d570d
commit
229150b641
14 changed files with 1178 additions and 91 deletions
|
|
@ -13,6 +13,7 @@ polars = { version = "0.46", features = ["parquet", "lazy", "dtype-struct", "dty
|
|||
h3o = "0.7"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
parking_lot = "0.12"
|
||||
rayon = "1"
|
||||
lasso = "0.7"
|
||||
rustc-hash = "2"
|
||||
|
|
@ -20,9 +21,10 @@ tracing = "0.1"
|
|||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
metrics = "0.24"
|
||||
metrics-exporter-prometheus = "0.16"
|
||||
reqwest = { version = "0.12", features = ["rustls-tls"] }
|
||||
reqwest = { version = "0.12", features = ["rustls-tls", "json"] }
|
||||
regex = "1"
|
||||
urlencoding = "2"
|
||||
rust_xlsxwriter = "0.79"
|
||||
pmtiles = { version = "0.12", features = ["mmap-async-tokio"] }
|
||||
|
||||
[lints.clippy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue