Merge pull request #1492 from ruvnet/fix/publish-manifest-metadata-gaps

fix: crates.io publish-blocking manifest gaps (pointcloud license, nvsim-server version req)
This commit is contained in:
rUv
2026-07-31 10:15:18 -04:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ name = "nvsim-server"
path = "src/main.rs"
[dependencies]
nvsim = { path = "../nvsim" }
nvsim = { path = "../nvsim", version = "0.3.1" }
axum = { workspace = true }
tokio = { workspace = true }
tower = { workspace = true }
@@ -3,6 +3,9 @@ name = "wifi-densepose-pointcloud"
version = "0.1.0"
edition = "2021"
description = "Real-time dense point cloud from camera depth + WiFi CSI tomography"
authors.workspace = true
license.workspace = true
repository.workspace = true
[[bin]]
name = "ruview-pointcloud"