bugfix/issue-with-chrono-dep-on-workspace-member

This commit is contained in:
Thilo Behnke
2022-08-08 20:16:01 +02:00
parent 1afc16fb42
commit 575f4cfbb9
4 changed files with 10 additions and 0 deletions

1
pong/.gitignore vendored
View File

@@ -1 +1,2 @@
/.idea
Cargo.lock

View File

@@ -4,6 +4,10 @@ set -e
echo "Environment prepared."
echo "Hack for copying the main cargo.lock into the workspace members"
cp Cargo.toml ./pong/
cp Cargo.toml ./server/
echo "Copy local dependencies into components."
cp -r ./pong ./client/wasm/
cp -r ./pong ./server/

View File

@@ -4,6 +4,10 @@ set -e
echo "Environment prepared."
echo "Hack for copying the main cargo.lock into the workspace members"
cp Cargo.toml ./pong/
cp Cargo.toml ./server/
echo "Copy local dependencies into components."
cp -r ./pong ./client/wasm/
cp -r ./pong ./server/

1
server/.gitignore vendored
View File

@@ -1 +1,2 @@
pong
Cargo.lock