From 6aa665dd851915205f5e86dab4550f6f50aa034d Mon Sep 17 00:00:00 2001 From: brevalferrari Date: Wed, 18 Jun 2025 17:40:43 +0200 Subject: [PATCH] fix blip install (missing files) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]