Set up workspace, add formatting CI.

This commit is contained in:
2026-02-21 19:16:50 -05:00
parent d5671a5590
commit 8fd0bb48de
4 changed files with 28 additions and 4 deletions

View File

@@ -23,3 +23,9 @@ libclide = { path = "./libclide" }
[build-dependencies]
# The link_qt_object_files feature is required for statically linking Qt 6.
cxx-qt-build = { version = "0.8.0", features = ["link_qt_object_files"] }
[workspace]
members = [
".",
"libclide",
]