Skip to content

Conversation

@SamD2021
Copy link
Owner

Closes: #2

This commit updates the Cargo.lock and Cargo.toml files for both lowell-cli and lowell-core packages, adds Apache and MIT licenses for both packages, and prepares them for publishing to crates.io.

Closes: #2

This commit updates the Cargo.lock and Cargo.toml files
for both lowell-cli and lowell-core packages, adds Apache and MIT
licenses for both packages, and prepares them for publishing to
crates.io.

Signed-off-by: Sam Dasilva <samuelramos852@gmail.com>
@SamD2021 SamD2021 requested a review from Copilot August 19, 2025 21:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares the lowell-cli and lowell-core packages for publication to crates.io by adding licensing, metadata, and updating version numbers. The changes include adding dual licensing (Apache-2.0 and MIT) to both packages, updating package metadata for crates.io publication, and modifying the CLI dependency to use the published core version.

  • Adds Apache-2.0 and MIT license files to both packages
  • Updates Cargo.toml files with crates.io publication metadata
  • Changes lowell-cli dependency from local path to published version

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
lowell-core/LICENSE-MIT Adds MIT license file for core package
lowell-core/LICENSE-APACHE Adds Apache 2.0 license file for core package
lowell-core/Cargo.toml Adds publication metadata and licensing information
lowell-cli/LICENSE-MIT Adds MIT license file for CLI package
lowell-cli/LICENSE-APACHE Adds Apache 2.0 license file for CLI package
lowell-cli/Cargo.toml Adds publication metadata and updates core dependency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@SamD2021 SamD2021 merged commit 76ce709 into main Aug 19, 2025
2 checks passed
@SamD2021 SamD2021 deleted the chore/publish-crates branch August 19, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish lowell-cli and lowell-core crates to cargo.io

2 participants