summaryrefslogtreecommitdiffstats
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
parent5a9ee50bbc6eb8b3fc5e694741308fe1bead0d5b (diff)
Add authors to Cargo.toml of each package
-rw-r--r--Cargo.toml1
-rw-r--r--debug_printer/Cargo.toml2
-rw-r--r--melib/Cargo.toml2
-rw-r--r--testing/Cargo.toml2
-rw-r--r--ui/Cargo.toml2
5 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19cfd818..ac7243c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ chan = "0.1.21"
chan-signal = "0.3.1"
nix = "*"
melib = { path = "melib", version = "*" }
-
ui = { path = "ui", version = "*" }
[profile.release]
diff --git a/debug_printer/Cargo.toml b/debug_printer/Cargo.toml
index ae510a78..795d069c 100644
--- a/debug_printer/Cargo.toml
+++ b/debug_printer/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "debug_printer"
version = "0.0.1" #:version
-authors = []
+authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[lib]
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]
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 4a8e5184..7f45d594 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "testing"
version = "0.0.1" #:version
-authors = []
+authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[[bin]]
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index 7520f51f..638d2eec 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ui"
version = "0.0.1" #:version
-authors = []
+authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[dependencies]