mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
15 lines
175 B
TOML
Executable File
15 lines
175 B
TOML
Executable File
[package]
|
|
name = "mers_lib"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
|
|
[features]
|
|
default = ["parse"]
|
|
parse = ["run"]
|
|
run = []
|
|
|
|
[dependencies]
|
|
colored = "2.0.4"
|
|
line-span = "0.1.5"
|