X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=fc05eddd97dee94dd84f2513dd694034e3a4d222;hp=0000000000000000000000000000000000000000;hb=4a1fa0b902bd01c2630b8b7b0818e46142d93f94;hpb=3a070ca2a63491b4d714643ae550b09773660c1e diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..fc05edd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[workspace] + +members = [ + "backend", + "common", +] + +[profile.release] +codegen-units = 1 +lto = true