We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182c12b commit 2f93c22Copy full SHA for 2f93c22
Cargo.toml
@@ -2,8 +2,10 @@
2
name = "nmx"
3
version = "1.0.2"
4
edition = "2024"
5
+authors = ["johndoe75"]
6
7
[dependencies]
8
anyhow = "1.0.98"
9
clap = { version = "4.5.39", features = ["derive"] }
10
colored = "3.0.0"
11
+regex = "1.11.1"
0 commit comments