diff --git a/Cargo.toml b/Cargo.toml index 5da252d..159f262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "organic" -version = "0.1.3" +version = "0.1.4" authors = ["Tom Alexander "] description = "An org-mode parser." edition = "2021" @@ -13,9 +13,7 @@ resolver = "2" include = [ "LICENSE", "**/*.rs", - "Cargo.toml", - "tests/*", - "org_mode_samples/" + "Cargo.toml" ] [lib]