summaryrefslogtreecommitdiffstats
path: root/debug_printer
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 /debug_printer
parent5a9ee50bbc6eb8b3fc5e694741308fe1bead0d5b (diff)
Add authors to Cargo.toml of each package
Diffstat (limited to 'debug_printer')
-rw-r--r--debug_printer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]