X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=fc05eddd97dee94dd84f2513dd694034e3a4d222;hb=HEAD;hp=472cb99236c9c35429526c896625fc0b05b2f42f;hpb=c8ff7a48a92d1de8957ef1150296aa4648f3b3af;p=rup.git diff --git a/Cargo.toml b/Cargo.toml index 472cb99..fc05edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,10 @@ -[package] -name = "rup" -version = "1.0.0" -authors = ["Grégory Burri "] -edition = "2018" +[workspace] -[dependencies] -actix-web = "1.0.0" -actix-files = "0.1.1" -askama = "0.8" -serde = { version = "1.0", features = ["derive"] } \ No newline at end of file +members = [ + "backend", + "common", +] + +[profile.release] +codegen-units = 1 +lto = true