chore: init workspace
This commit is contained in:
parent
4803357a6b
commit
0d47938a7e
2 changed files with 6 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
/*/target
|
target/
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
|
5
Cargo.toml
Normal file
5
Cargo.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"migra-core",
|
||||||
|
"migra-cli"
|
||||||
|
]
|
Reference in a new issue