prepare to publish to crates.io

This commit is contained in:
Mark
2024-01-11 13:05:52 +01:00
parent c08e08f8a9
commit 5be264e63c
9 changed files with 221 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
[package]
name = "mers_lib"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"
keywords = ["scripting"]
readme = "README.md"
repository = "https://github.com/Dummi26/mers"
[features]
default = ["parse"]