fix and add my name to authors list in Cargo.toml

This commit is contained in:
Vincent Breitmoser 2019-11-23 13:13:56 +01:00
parent 70ab7850d6
commit dae530d090
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "hagrid"
version = "0.1.0"
authors = ["Kai Michaelis <kai@sequoia-pgp.org>"]
authors = ["Vincent Breitmoser <look@my.amazin.horse>", "Kai Michaelis <kai@sequoia-pgp.org>"]
build = "build.rs"
default-run = "hagrid"
edition = "2018"

View File

@ -1,7 +1,7 @@
[package]
name = "hagridctl"
version = "0.1.0"
authors = ["Vincent Breitmose <look@my.amazin.horse>"]
authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
[dependencies]
hagrid-database = { path = "../database" }