From a52c50a31840dd258d1c7e850b8b5de431e6ed0c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 9 Jul 2017 14:38:55 +0200 Subject: [PATCH] Add Author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 691821d6..fc21ee83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libnotify" version = "0.5.0" -authors = ["Mika Attila "] +authors = ["Mika Attila ", "Julian Ospald "] license = "MIT" description = "Rust bindings to libnotify" readme = "README.md"