From 00550f8ddb0fe936b925dc7f5de79929c3b83132 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Thu, 13 Apr 2023 17:25:21 +0200 Subject: [PATCH] Add myself as co-authors for some of the project's crate Forgot to do it before, and noticing now :D --- crates/aiken-lang/Cargo.toml | 2 +- crates/aiken-project/Cargo.toml | 2 +- crates/aiken/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/aiken-lang/Cargo.toml b/crates/aiken-lang/Cargo.toml index 3a3a7931..69759ca5 100644 --- a/crates/aiken-lang/Cargo.toml +++ b/crates/aiken-lang/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" license = "Apache-2.0" -authors = ["Lucas Rosa ", "Kasey White "] +authors = ["Lucas Rosa ", "Kasey White ", "KtorZ "] rust-version = "1.66.1" [dependencies] diff --git a/crates/aiken-project/Cargo.toml b/crates/aiken-project/Cargo.toml index 94683ca8..1817504b 100644 --- a/crates/aiken-project/Cargo.toml +++ b/crates/aiken-project/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" repository = "https://github.com/aiken-lang/aiken/crates/project" homepage = "https://github.com/aiken-lang/aiken" license = "Apache-2.0" -authors = ["Lucas Rosa ", "Kasey White "] +authors = ["Lucas Rosa ", "Kasey White ", "KtorZ "] rust-version = "1.66.1" [dependencies] diff --git a/crates/aiken/Cargo.toml b/crates/aiken/Cargo.toml index d2246520..72f44391 100644 --- a/crates/aiken/Cargo.toml +++ b/crates/aiken/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" repository = "https://github.com/aiken-lang/aiken" homepage = "https://github.com/aiken-lang/aiken" license = "Apache-2.0" -authors = ["Lucas Rosa ", "Kasey White "] +authors = ["Lucas Rosa ", "Kasey White ", "KtorZ "] rust-version = "1.66.1" [dependencies]