diff --git a/Cargo.toml b/Cargo.toml index 4b99f03..f47d32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" version = "0.0.4" +exclude = ["doc", "assets"] [dependencies] ncurses = "5.80.0"