git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit10753db796c6e4494d7fea94ffc4e20d1e6006cf
parent7aec93c6cd
authorLucas Galante <[email protected]>
date2026-06-19 12:08
Migrate configuration from TOML to JSON

 Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index d8e5a9b..228a35a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,9 @@ name = "cce"
 version = "0.1.0"
 edition = "2021"
 
+[lib]
+doctest = false
+
 [dependencies]
 xkbcommon = "0.7"
 serde = { version = "1", features = ["derive"] }