diff --git a/Cargo.toml b/Cargo.toml index df5a8b2..4323796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/0x61nas/todo2" documentation = "https://docs.rs/todo2" keywords = ["todo", "todo-or-die"] categories = ["development-tools", "macros"] -include = ["LICENSE", "LICENSE-UNLICENSE"] +include = ["LICENSE", "LICENSE-UNLICENSE", "src/*"] exclude = ["tests/*"] [dependencies.chrono]