Skip to content

Commit

Permalink
Add 'repo', fix 'license' in Cargo.toml.
Browse files Browse the repository at this point in the history
Closes #32.
  • Loading branch information
SergioBenitez committed Jan 24, 2024
1 parent c5a8eba commit 328651c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name = "pear_codegen"
version = "0.2.8"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A (codegen) pear is a fruit."
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://github.com/SergioBenitez/Pear"

[lib]
proc-macro = true
Expand Down
3 changes: 2 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name = "pear"
version = "0.2.8"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A pear is a fruit."
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://github.com/SergioBenitez/Pear"

[dependencies]
yansi = { version = "1.0.0-rc.1", optional = true }
Expand Down

0 comments on commit 328651c

Please sign in to comment.