diff --git a/.gitignore b/.gitignore index 64be939..2c96eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/*/target +target/ Cargo.lock diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0878c07 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,5 @@ +[workspace] +members = [ + "migra-core", + "migra-cli" +] \ No newline at end of file