sim-shape 0.1.0

Shape algebra, comparison, and match-hook helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by `sh bin/simctl meta-build`; do not edit or commit.
# This shim lets the ignored meta-workspace own the package.
[package]
name = "sim-shape"
version = "0.1.0"
edition = "2024"
license = "MPL-2.0"
description = "Shape algebra, comparison, and match-hook helpers."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-shape"
homepage = "https://github.com/sim-nest/sim-shape"

[dependencies]
sim-citizen = { version = "0.1.0" }
sim-citizen-derive = { version = "0.1.0" }
sim-kernel = { version = "0.1.0" }