From 85439288691bcfb12a584bac833ff59e7f5d9f02 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Sat, 7 Dec 2024 18:19:20 +0400 Subject: [PATCH] add author to cargo --- Cargo.toml | 1 + crates/bindings/Cargo.toml | 1 + crates/cli/Cargo.toml | 1 + crates/dispair/Cargo.toml | 1 + crates/eval/Cargo.toml | 1 + crates/parser/Cargo.toml | 1 + crates/test_fixtures/Cargo.toml | 1 + 7 files changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f7596a2d5..298014afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ resolver = "2" version = "0.0.0-alpha.0" edition = "2021" license = "LicenseRef-DCL-1.0" +author = "Rain Open Source Software Ltd" homepage = "https://github.com/rainlanguage/rain.interpreter" [workspace.dependencies] diff --git a/crates/bindings/Cargo.toml b/crates/bindings/Cargo.toml index 3e6327200..be04bd555 100644 --- a/crates/bindings/Cargo.toml +++ b/crates/bindings/Cargo.toml @@ -3,6 +3,7 @@ name = "rain_interpreter_bindings" version.workspace = true edition.workspace = true license.workspace = true +author.workspace = true homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index fc2620e3d..59fa7ec63 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,6 +4,7 @@ description = "Rain Interpreter CLI." version.workspace = true edition.workspace = true license.workspace = true +author.workspace = true homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/dispair/Cargo.toml b/crates/dispair/Cargo.toml index bf312e697..db1debdf6 100644 --- a/crates/dispair/Cargo.toml +++ b/crates/dispair/Cargo.toml @@ -4,6 +4,7 @@ description = "Rain Interpreter Rust Crate." version.workspace = true edition.workspace = true license.workspace = true +author.workspace = true homepage.workspace = true [dependencies] diff --git a/crates/eval/Cargo.toml b/crates/eval/Cargo.toml index ffaa9cc8c..f29c0ad2c 100644 --- a/crates/eval/Cargo.toml +++ b/crates/eval/Cargo.toml @@ -3,6 +3,7 @@ name = "rain-interpreter-eval" version.workspace = true edition.workspace = true license.workspace = true +author.workspace = true homepage.workspace = true [dependencies] diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 8c5c9197c..8c48e9353 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -4,6 +4,7 @@ description = "Rain Interpreter Parser Rust Crate." version.workspace = true edition.workspace = true license.workspace = true +author.workspace = true homepage.workspace = true [dependencies] diff --git a/crates/test_fixtures/Cargo.toml b/crates/test_fixtures/Cargo.toml index f8c2999dc..a2b999aa2 100644 --- a/crates/test_fixtures/Cargo.toml +++ b/crates/test_fixtures/Cargo.toml @@ -3,6 +3,7 @@ name = "rain_interpreter_test_fixtures" version.workspace = true edition.workspace = true license.workspace = true +author.workspace = true homepage.workspace = true publish = false