From 8bcbf51cf4f7924600eae39db67ff653b48ad95d Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 20 Sep 2021 17:36:40 +0200 Subject: Extract CLI --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8e83cc7..6c055ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,7 @@ edition = "2018" [dependencies] serde = {version = "1.0", features = ["derive"] } serde_json = "1.0" -difference = "2.0.0" \ No newline at end of file +difference = "2.0.0" + +[workspace] +members = ["cli"] \ No newline at end of file -- cgit 1.4.1