2023-07-28 00:33:15 +02:00
|
|
|
[package]
|
|
|
|
name = "mers_lib"
|
2024-02-17 14:06:19 +01:00
|
|
|
version = "0.5.0"
|
2023-07-28 00:33:15 +02:00
|
|
|
edition = "2021"
|
2024-01-11 13:05:52 +01:00
|
|
|
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"
|
2023-07-28 15:20:02 +02:00
|
|
|
|
|
|
|
[features]
|
2023-08-14 17:17:08 +02:00
|
|
|
default = ["parse"]
|
2023-07-28 15:20:02 +02:00
|
|
|
parse = ["run"]
|
|
|
|
run = []
|
2023-10-23 21:48:15 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
colored = "2.0.4"
|
|
|
|
line-span = "0.1.5"
|