summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2017-09-05 16:41:29 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:12:55 +0300
commit63670259f8ceb4e4ec2f14833ed112ba96c2d7b2 (patch)
tree832399f57aa7c82bf53ba3c0bab8f6b7d830c6bc /Cargo.toml
parent9946fbcbe0bfc495adfe51c4a804d23fb449cae6 (diff)
Add attachment support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f27be8c6..0461da59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "nutt"
+name = "meli"
version = "0.1.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
@@ -19,4 +19,5 @@ optional = false
version = "5.86.0"
[profile.release]
-lto = true
+#lto = true
+opt-level = 2