From c4485e4b134d946227d6cbd52f57ce175387749d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 26 Oct 2022 14:31:39 -0700 Subject: start sketching out a plan, rust deps --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0b0d596 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = ["adenosine"] + +[profile.release] +lto = true +codegen-units = 1 +opt-level = "z" -- cgit v1.2.3