Skip to content

Commit

Permalink
add author to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Dec 7, 2024
1 parent 4a11031 commit 8543928
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions crates/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions crates/dispair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions crates/eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "rain-interpreter-eval"
version.workspace = true
edition.workspace = true
license.workspace = true
author.workspace = true
homepage.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions crates/test_fixtures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8543928

Please sign in to comment.