From 8036af4a4bc1a0c9c10cbbbe78cd906b1c15f7a7 Mon Sep 17 00:00:00 2001 From: Derrick McKee Date: Fri, 27 Dec 2019 10:12:42 -0500 Subject: [PATCH] adding name to Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f3bf0a..1e32b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rot8" version = "0.1.2" -authors = ["efernau "] +authors = ["efernau ", "deadly_platypus "] license = "MIT" description = "automatic display rotation using built-in accelerometer" homepage = "https://github.com/efernau/rot8"