1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refactor: remove clap from engine

This commit is contained in:
Kevin Amado 2022-02-23 11:43:14 -05:00
parent 0f38838292
commit bafc3ac5a5
2 changed files with 0 additions and 3 deletions

2
Cargo.lock generated
View file

@ -20,7 +20,6 @@ dependencies = [
name = "alejandra_engine"
version = "0.4.0"
dependencies = [
"clap",
"rnix",
"rowan",
]
@ -78,7 +77,6 @@ dependencies = [
"atty",
"bitflags",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
"termcolor",