mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
13 lines
302 B
TOML
13 lines
302 B
TOML
![]() |
[package]
|
||
|
name = "learn_mers"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "4.4.8", features = ["derive"] }
|
||
|
colored = "2.0.4"
|
||
|
mers_lib = { path = "../mers_lib" }
|
||
|
notify = "6.1.1"
|