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]