lix/Cargo.toml
Jade Lovelace dba615098d build: move to a Cargo workspace
This is purely to let Cargo's dependency resolver do stuff for us, we do
not actually intend to build this stuff with Cargo to begin with.

Change-Id: I4c08d55595c7c27b7096375022581e1e34308a87
2024-08-21 17:09:10 +00:00

6 lines
91 B
TOML

[workspace]
resolver = "2"
members = ["src/lix-doc"]
[workspace.package]
edition = "2021"