Add initial dependencies
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
bcd54266bf
commit
12327bb44c
2 changed files with 517 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ edition = "2024"
|
|||
description = "Hemera's Expression Manipulator, editing text on the CLI"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.40", features = ["derive"] }
|
||||
insta = "1.43.1"
|
||||
miette = { version = "7.6.0", features = ["fancy"] }
|
||||
winnow = "0.7.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue