mirror of
https://github.com/ruvnet/RuView
synced 2026-08-01 19:01:42 +00:00
d24bf36110
- core 0.3.0->0.3.1 (ComplexSample/CanonicalFrame/provenance + blake3 dep) - ruvector 0.3.0->0.3.1 (ClockQualityGate) - bfld 0.3.0->0.3.1 (privacy control plane) - signal 0.3.1->0.3.2 (fuse_scored_calibrated/ArrayCoordinator/evolution/rf_slam) - geo: add license/repository for first publish; worldgraph/engine pin geo version - new: geo 0.1.0, worldgraph 0.3.0, engine 0.3.0 Co-Authored-By: claude-flow <ruv@ruv.net>
16 lines
474 B
TOML
16 lines
474 B
TOML
[package]
|
|
name = "wifi-densepose-geo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Geospatial satellite integration — free satellite tiles, DEM, OSM, temporal tracking"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
reqwest = { version = "0.12", features = ["json", "native-tls"], default-features = false }
|
|
chrono = "0.4"
|