X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;fp=Cargo.toml;h=fc05eddd97dee94dd84f2513dd694034e3a4d222;hb=4a1fa0b902bd01c2630b8b7b0818e46142d93f94;hp=0000000000000000000000000000000000000000;hpb=3a070ca2a63491b4d714643ae550b09773660c1e;p=rup.git 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