waremax-storage 0.1.0

Storage, racks, bins, and inventory management for Waremax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "waremax-storage"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Storage, racks, bins, and inventory management for Waremax"

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