mers/mers_lib/Cargo.toml
Mark 3e33d963f5 remove RunCommandError custom type,
replace it with `{ run_command_error: String }`
instead, which is more standard mers style
2024-06-14 19:49:41 +02:00

19 lines
364 B
TOML
Executable File

[package]
name = "mers_lib"
version = "0.8.5"
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"]
parse = ["run"]
run = []
[dependencies]
colored = "2.0.4"
line-span = "0.1.5"