diff --git a/Cargo.toml b/Cargo.toml index 0ef82aa..9354056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://git.sr.ht/~tsdh/swayr" authors = ["Tassilo Horn "] license = "GPL-3.0+" edition = "2018" +exclude = ["misc/"] [dependencies] serde = { version = "1.0.126", features = ["derive"] }