about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2021-09-20 17:36:40 +0200
committerMel <einebeere@gmail.com>2021-09-20 17:36:40 +0200
commit8bcbf51cf4f7924600eae39db67ff653b48ad95d (patch)
tree6ee9ea655c1c983938d9dde63bb68dcb26342b89 /Cargo.toml
parent7667695eba44f94c064708f5f4c54f78d685b024 (diff)
downloadka-8bcbf51cf4f7924600eae39db67ff653b48ad95d.tar.zst
ka-8bcbf51cf4f7924600eae39db67ff653b48ad95d.zip
Extract CLI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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