summaryrefslogtreecommitdiffstats
path: root/melib/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-18 21:13:58 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-18 21:14:14 +0300
commit24831b3c13c351418d990e9c8ea94bbece223d97 (patch)
treeee92edf8271af8e7f837bddff6037d2bb45451aa /melib/Cargo.toml
parenta51a164711bab2dc116d089fa494baf7013b2a98 (diff)
Fix warnings, lints, and 2018 errors
Diffstat (limited to 'melib/Cargo.toml')
-rw-r--r--melib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index e522490b..9f4f38d7 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "melib"
version = "0.0.1" #:version
-edition = "2018"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
+edition = "2018"
[dependencies]
bitflags = "1.0"