mirror of
https://github.com/ruvnet/RuView
synced 2026-07-31 18:51:42 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user