From bafc3ac5a5fb01ef017f4e3d8631093447118efd Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Wed, 23 Feb 2022 11:43:14 -0500 Subject: [PATCH] refactor: remove clap from engine --- Cargo.lock | 2 -- src/alejandra_engine/Cargo.toml | 1 - 2 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f3206d..c31e079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/src/alejandra_engine/Cargo.toml b/src/alejandra_engine/Cargo.toml index 7b36b23..25f5780 100644 --- a/src/alejandra_engine/Cargo.toml +++ b/src/alejandra_engine/Cargo.toml @@ -1,5 +1,4 @@ [dependencies] -clap = { version = "*", features = ["cargo"] } rnix = "*" rowan = "0.12.6" # follows rnix