diff --git a/.gitignore b/.gitignore index 9953e37..80dd7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Cargo.lock tags .ctags *.bk +TODO.txt diff --git a/Cargo.toml b/Cargo.toml index f2b81d4..c1fa26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Alexandre Bury "] categories = ["command-line-interface", "gui"] description = "A TUI (Text User Interface) library focused on ease-of-use." documentation = "https://gyscos.github.io/Cursive/cursive/index.html" -exclude = ["doc/**", "assets/**"] +exclude = ["doc/**", "assets/**", "examples/**"] keywords = ["ncurses", "TUI", "UI"] license = "MIT" name = "cursive"