fix blip install (missing files)

This commit is contained in:
brevalferrari 2025-06-18 17:40:43 +02:00
parent 742cd8b2aa
commit 6aa665dd85

View file

@ -1,11 +1,11 @@
[package] [package]
name = "bliplib" name = "bliplib"
version = "0.2.3" version = "0.2.4"
edition = "2024" edition = "2024"
authors = ["Breval Ferrari <breval.ferrari@fish.golf>"] authors = ["Breval Ferrari <breval.ferrari@fish.golf>"]
description = "The Bizarre Language for Intermodulation Programming (BLIP)" description = "The Bizarre Language for Intermodulation Programming (BLIP)"
license = "MIT" license = "MIT"
include = ["LICENSE", "src/*"] include = ["LICENSE", "src/*", "doc/*.txt", "doc/fasteval/*.txt"]
repository = "https://gitdab.com/breval/blip" repository = "https://gitdab.com/breval/blip"
[lib] [lib]