aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-26 14:31:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-26 14:31:39 -0700
commitc4485e4b134d946227d6cbd52f57ce175387749d (patch)
tree68980a135974539210c913f8d3a6d1e65e167cbb /Cargo.toml
parentb66f4349a91da353e6c9d5abb0477cc4ba2d571b (diff)
downloadadenosine-c4485e4b134d946227d6cbd52f57ce175387749d.tar.gz
adenosine-c4485e4b134d946227d6cbd52f57ce175387749d.zip
start sketching out a plan, rust deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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"