mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
17 lines
291 B
TOML
Executable File
17 lines
291 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
|
|
|
|
[lib]
|
|
name = "mers"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
edit = "0.1.4"
|
|
notify = "5.1.0"
|
|
regex = "1.7.2"
|
|
static_assertions = "1.1.0"
|