[package]
name = "boxferry-runtime"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Runtime-neutral observation and reconstruction for BoxFerry"
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" }
[lints]
workspace = true