boxferry-compose 0.1.1

ComposeLens adapter for the BoxFerry application model
Documentation
[package]
name = "boxferry-compose"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "ComposeLens adapter for the BoxFerry application model"
readme = "README.md"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
publish = true

[dependencies]
boxferry-engine = { path = "../boxferry-engine", version = "0.1.1" }
boxferry-model = { path = "../boxferry-model", version = "0.1.1" }
compose-lens = { version = "0.1.15", default-features = false }

[lints]
workspace = true