Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move from tuono_lib to tuono #441

Closed
wants to merge 4 commits into from

Conversation

jacobhq
Copy link
Contributor

@jacobhq jacobhq commented Jan 27, 2025

Context & Description

Fixes #421.

With this feature, we:

  • Update the dependency in each example to
    [dependencies]
    tuono = { package = "tuono_lib", path = "../../crates/tuono_lib/" }
  • Replace each tuono_lib occurrences in the examples with tuono
  • Update the tuono CLI to correctly replace the right strings
    • (add tests)
  • Update tuono_lib_macros to correctly inject the tuono dependency
  • Update the documentation

@jacobhq jacobhq changed the title move from tuono_lib to tuono refactor: move from tuono_lib to tuono Jan 27, 2025
@github-actions github-actions bot added the rust Requires rust knowledge label Jan 27, 2025
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 27, 2025
@Valerioageno
Copy link
Member

As we agreed, I'm closing this PR. sorry about that 🙏🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation rust Requires rust knowledge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn the tuono_lib crate into tuono for the new projects
2 participants