X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=common%2FCargo.toml;fp=common%2FCargo.toml;h=cf6ec797b9840f78062b574a4e01aeafab278cd1;hp=0000000000000000000000000000000000000000;hb=1f84b22050cf470b00aef6b3c3ecb7ae70242e1a;hpb=295ca1daf01ff83964812c50fe1374dd679a0559 diff --git a/common/Cargo.toml b/common/Cargo.toml new file mode 100644 index 0000000..cf6ec79 --- /dev/null +++ b/common/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "common" +version = "0.1.0" +authors = ["Grégory Burri "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[dependencies] + + +[profile.release] +codegen-units = 1 +lto = true +panic = 'abort'