From bab3fb9fdcc921e1bb8a81e0f2b4e12558d2dde7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Feb 2021 18:56:34 -0800 Subject: move helper files to top-level directory --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..113e147 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[workspace] +members = ["fatcat-openapi", "fatcat-cli"] + +[profile.release] +lto = true +codegen-units = 1 +opt-level = "z" +panic = "abort" -- cgit v1.2.3