waremax-map 0.1.0

Graph-based map, routing, and traffic management for Waremax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "waremax-map"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Graph-based map, routing, and traffic management for Waremax"

[dependencies]
waremax-core = { workspace = true }
rkyv = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }