From f27372061a0effe3b00d400f4e577b9d9e0ad4c0 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 20 Nov 2021 18:57:28 +0530 Subject: add config option to fix and check --- bin/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/Cargo.toml') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 7c48083..c898792 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -23,14 +23,14 @@ thiserror = "1.0.30" similar = "2.1.0" vfs = { path = "../vfs" } lib = { path = "../lib" } - -[dependencies.serde_json] -version = "1.0.68" -optional = true +toml = "0.5.8" [dependencies.serde] version = "1.0.68" features = [ "derive" ] + +[dependencies.serde_json] +version = "1.0.68" optional = true [dev-dependencies] @@ -38,4 +38,4 @@ insta = "1.8.0" strip-ansi-escapes = "0.1.1" [features] -json = [ "lib/json-out", "serde_json", "serde" ] +json = [ "lib/json-out", "serde_json" ] -- cgit v1.2.3