Write a deployment packaging script #113
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# the application prototype
|
||||
|
||||
# find the manifest file for the application prototype
|
||||
MANIFEST="$(dirname -- $0)/Cargo.toml"
|
||||
MANIFEST="$(dirname -- $0)/../app-proto/Cargo.toml"
|
||||
|
||||
# set up the command that runs each example
|
||||
RUN_EXAMPLE="cargo run --manifest-path $MANIFEST --example"
|
Loading…
Add table
Add a link
Reference in a new issue