diff --git a/Cargo.toml b/Cargo.toml index eea2cfa..f67cb6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,7 @@ serde_json = { workspace = true } serde_yaml = "0.9.34" thiserror = "2.0.18" walkdir = "2.5.0" + +[lib] +test = false +doctest = false