Archived
1
0
Fork 0

chore: init workspace

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-01 23:49:00 +03:00
parent 4803357a6b
commit 0d47938a7e
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
/*/target
target/
Cargo.lock

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[workspace]
members = [
"migra-core",
"migra-cli"
]