Remove the cargo.toml workspace and define common as a library
authorGrégory Burri <gregory.burri@matisa.ch>
Thu, 15 Aug 2019 11:44:08 +0000 (13:44 +0200)
committerGrégory Burri <gregory.burri@matisa.ch>
Thu, 15 Aug 2019 11:44:08 +0000 (13:44 +0200)
commita372187c8df325929066b1da189d5f81d5e2a822
tree4b044b43c7f4cbed749d6604148eef67a89c11a3
parent33493c8991d8971450fc0eb5114152c9a0faa6b1
Remove the cargo.toml workspace and define common as a library
12 files changed:
.gitignore
Cargo.toml [deleted file]
backend/Cargo.lock
backend/Cargo.toml
backend/conf.ron [new file with mode: 0644]
backend/deploy.ps1 [new file with mode: 0644]
backend/launch_debug.ps1 [new file with mode: 0644]
common/src/lib.rs [new file with mode: 0644]
common/src/main.rs [deleted file]
conf.ron [deleted file]
deploy.ps1 [deleted file]
launch_debug.ps1 [deleted file]