From dba615098d3d28fdb3339e244a4aec778d269e85 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sun, 11 Aug 2024 20:55:24 -0700 Subject: 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 --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000..79bcbe0dd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] +resolver = "2" +members = ["src/lix-doc"] + +[workspace.package] +edition = "2021" -- cgit v1.2.3