refactor move starmelon to infra/
This commit is contained in:
parent
ac97ac37db
commit
180015bfcd
12 changed files with 15 additions and 808 deletions
|
|
@ -8,5 +8,5 @@ edition = "2018"
|
|||
crate-type = [ "dylib" ]
|
||||
|
||||
[dependencies]
|
||||
cargo-workspace-hack = { version = "0.1", path = "../../../../../infra/cargo-workspace-hack" }
|
||||
cargo-workspace-hack = { version = "0.1", path = "../../../../infra/cargo-workspace-hack" }
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../../../../../target/debug/starmelon
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../../../target/release/starmelon
|
||||
|
|
@ -1 +1 @@
|
|||
./starmelon exec --sqlite example.sqlite src/ShowDatabaseSchema.elm main --output=schema.html
|
||||
../../../../target/release/starmelon exec --sqlite example.sqlite src/ShowDatabaseSchema.elm main --output=schema.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue