| commit | 10753db796c6e4494d7fea94ffc4e20d1e6006cf |
| parent | 7aec93c6cd |
| author | Lucas Galante <[email protected]> |
| date | 2026-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"] }