mtp/type-map/Cargo.toml
Alex Emmet 59419f086f
Some checks failed
CI / checks (push) Failing after 3m30s
General Upgrade, NEW: WebServers, Better Docs
2026-07-18 04:28:18 +02:00

18 lines
375 B
TOML

[package]
name = "mtp-type-map"
version = "0.2.0"
edition = "2024"
build = "build.rs"
[features]
# Enables multi-version type-map constructors, builtin_type_maps(), and
# the Registry struct for version negotiation. Used by host, not client.
registry = []
pipes = []
[dependencies]
[build-dependencies]
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"