X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=fc05eddd97dee94dd84f2513dd694034e3a4d222;hb=refs%2Fheads%2Fmaster;hp=e0da306cf4788e6398b9d628cd488f6e7870afdb;hpb=8834567b2f53bad60b9d77ff7970077f9af0888d;p=rup.git diff --git a/Cargo.toml b/Cargo.toml index e0da306..fc05edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +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"] } +members = [ + "backend", + "common", +] -listenfd = "0.3" \ No newline at end of file +[profile.release] +codegen-units = 1 +lto = true