[package]
name = "common"
version = "0.1.0"
-authors = ["Grégory Burri <gregory.burri@matisa.ch>"]
+authors = ["Grégory Burri <greg.burri@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Copy-Item target/release/recipes -Destination $destination
-Copy-Item static -Destination $destination -Recurse -Force
+Copy-Item backend/static -Destination $destination -Recurse -Force
# Do not overwrite the configuration.
if (!(Test-Path -Path $destination/conf.ron)) {