diff --git a/Cargo.toml b/Cargo.toml index 0ba44b6..c222e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "bliplib" -version = "0.2.3" +version = "0.2.4" edition = "2024" authors = ["Breval Ferrari "] description = "The Bizarre Language for Intermodulation Programming (BLIP)" license = "MIT" -include = ["LICENSE", "src/*"] +include = ["LICENSE", "src/*", "doc/*.txt", "doc/fasteval/*.txt"] repository = "https://gitdab.com/breval/blip" [lib]