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

Fix Cargo.toml so Carina dependency refers to the git repo #1

Open
ghuls opened this issue Feb 24, 2021 · 0 comments
Open

Fix Cargo.toml so Carina dependency refers to the git repo #1

ghuls opened this issue Feb 24, 2021 · 0 comments

Comments

@ghuls
Copy link

ghuls commented Feb 24, 2021

diff --git a/Cargo.toml b/Cargo.toml
index 7e625e3..e6989a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,4 +23,5 @@ pretty_env_logger = "0.4.0"
 git = "https://github.com/parazodiac/rust-bwa"
 
 [dependencies.carina]
-path = "/home/srivastavaa/parazodiac/Carina"
+git = "https://github.com/parazodiac/Carina"
+branch = "main"
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