wxbox/crates/interchange/Cargo.toml
core 182252e209
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
feat: cif (name pending)
2025-05-19 21:07:33 -04:00

15 lines
No EOL
238 B
TOML

[package]
name = "wxbox-interchange"
version = "0.1.0"
edition = "2024"
[dependencies]
capnp = "0.20"
wxbox-ar2 = { path = "../ar2", optional = true }
[features]
default = []
ar2 = ["dep:wxbox-ar2"]
[build-dependencies]
capnpc = "0.20"