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

Dependency hardcoded with local path #1

Open
hacknus opened this issue Jan 12, 2025 · 0 comments
Open

Dependency hardcoded with local path #1

hacknus opened this issue Jan 12, 2025 · 0 comments

Comments

@hacknus
Copy link

hacknus commented Jan 12, 2025

Hi, I get this error when trying to build:

error: failed to load manifest for workspace member `/Users/linus/RustroverProjects/egui_tabular/demos/simple`
referenced by workspace at `/Users/linus/RustroverProjects/egui_tabular/Cargo.toml`
Caused by:
  failed to load manifest for dependency `egui_tabular`
Caused by:
  failed to load manifest for dependency `rvariant`
Caused by:
  failed to read `/Users/linus/RustroverProjects/rvariant/Cargo.toml`
Caused by:
  No such file or directory (os error 2)
Process finished with exit code 101

because the dependency path is hardcoded in the cargo.toml:

rvariant = { path = "../rvariant" }

this should probably point to your git:

rvariant = { git = "https://github.com/romixlab/rvariant" }

or to your published crate, if you decide to publish it at some point.

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

No branches or pull requests

1 participant