IT WORKS
This commit is contained in:
parent
da509d97c7
commit
3765e918d6
18 changed files with 348 additions and 226 deletions
|
|
@ -11,12 +11,19 @@ path = "src/main.rs"
|
|||
name = "dynix"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = ["regex-full"]
|
||||
regex-full = ["dep:regex"]
|
||||
regex-lite = ["dep:regex-lite"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.54", features = ["color", "derive"] }
|
||||
command-error = "0.8.0"
|
||||
fs-err = "3.2.2"
|
||||
itertools = "0.14.0"
|
||||
libc = { version = "0.2.180", features = ["extra_traits"] }
|
||||
regex = { version = "1.12.3", optional = true }
|
||||
regex-lite = { version = "0.1.9", optional = true }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
tap = "1.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue