summaryrefslogtreecommitdiffstats
path: root/melib/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 17:28:43 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:51 +0300
commitf1c72588c30f27a412dc1b927997fcdf78109baf (patch)
treea8c7fece16d3949e9337f587084a482a108d6302 /melib/Cargo.toml
parent5a9ee50bbc6eb8b3fc5e694741308fe1bead0d5b (diff)
Add authors to Cargo.toml of each package
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 33423ad8..e522490b 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -2,7 +2,7 @@
name = "melib"
version = "0.0.1" #:version
edition = "2018"
-authors = []
+authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[dependencies]