diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 8 |
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" |