diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-26 14:31:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-26 14:31:39 -0700 |
commit | c4485e4b134d946227d6cbd52f57ce175387749d (patch) | |
tree | 68980a135974539210c913f8d3a6d1e65e167cbb /Cargo.toml | |
parent | b66f4349a91da353e6c9d5abb0477cc4ba2d571b (diff) | |
download | adenosine-c4485e4b134d946227d6cbd52f57ce175387749d.tar.gz adenosine-c4485e4b134d946227d6cbd52f57ce175387749d.zip |
start sketching out a plan, rust deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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" |