diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
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 |
