From 60daeb29549c32ac0c0c985c47c64712ad0d7e96 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Fri, 9 Jul 2021 17:28:19 -0400 Subject: here's what i have so far --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2611ded --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[workspace] +members = [ + "model", + "ai", + "cli" +] + +[profile.release] +lto = true +panic = 'abort' \ No newline at end of file -- cgit v1.2.3