From d2ab1b9a2dd138621d354674962d6bce15de3207 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 12 Dec 2024 11:09:20 -0600 Subject: Initial commit Signed-off-by: Matt Strapp --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f9af5c7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[workspace] +resolver = "2" + +members = ["wwb"] + +[profile.release] +strip = true +lto = true +panic = "abort" -- cgit v1.2.3