20 lines
632 B
TOML
20 lines
632 B
TOML
[package]
|
|
name = "wifi-densepose-worldmodel"
|
|
description = "ADR-147 — OccWorld thin-client bridge: WorldGraph PersonTrack history → OccWorld Python subprocess → TrajectoryPrior"
|
|
version = "0.3.0"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["net", "io-util", "macros", "time"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
wifi-densepose-worldgraph = { path = "../wifi-densepose-worldgraph" }
|
|
|
|
[lints.rust]
|
|
unsafe_code = "forbid"
|
|
missing_docs = "warn"
|