adding name to Cargo.toml

This commit is contained in:
Derrick McKee 2019-12-27 10:12:42 -05:00
parent 4dd544fb41
commit 8036af4a4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "rot8" name = "rot8"
version = "0.1.2" version = "0.1.2"
authors = ["efernau <e.fernau@efero.de>"] authors = ["efernau <e.fernau@efero.de>", "deadly_platypus <mail@geth.systems>"]
license = "MIT" license = "MIT"
description = "automatic display rotation using built-in accelerometer" description = "automatic display rotation using built-in accelerometer"
homepage = "https://github.com/efernau/rot8" homepage = "https://github.com/efernau/rot8"