aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
deleted file mode 100644
index 113e147..0000000
--- a/rust/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[workspace]
-members = ["fatcat-openapi", "fatcat-cli"]
-
-[profile.release]
-lto = true
-codegen-units = 1
-opt-level = "z"
-panic = "abort"