mirror of
https://github.com/Dummi26/mers.git
synced 2025-04-28 18:16:05 +02:00
11 lines
284 B
TOML
Executable File
11 lines
284 B
TOML
Executable File
[package]
|
|
name = "mers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mers_lib = { path = "../mers_lib", features = ["parse"] }
|
|
clap = { version = "4.3.19", features = ["derive"] }
|