1
2
3
4
5
6
7
8
9
# This may not actually build with Cargo, but exists to help Meson and to manage lockfiles.
[package]
name = "rust-monocrate"
edition.workspace = true

[lib]
crate-type = ["staticlib"]
lix-doc = { path = "../lix-doc" }
lixutil_rs = { path = "../libutil_rs" }