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

Cannot Find Crate XXX when building project #274

Open
ciclonite opened this issue Mar 23, 2017 · 2 comments
Open

Cannot Find Crate XXX when building project #274

ciclonite opened this issue Mar 23, 2017 · 2 comments

Comments

@ciclonite
Copy link

Hi all,
I've a problem with Visual Studio community 2015 with VisualRust 0.1.2
I've added Cargo.toml into my project:
`
[package]
name = "exPipo"
version = "0.1.0"
authors = ["Giovanni <>"]

[dependencies]
curl = "0.4.6"
`

When i tried to build the project i see an error like "Can't find crate for curl".
But when i compile thru cargo run from command line, work flawless.
Any suggestion?
Thanks

@ciclonite
Copy link
Author

Any Help?

@Boddlnagg
Copy link
Contributor

Although the current version of VisualRust in this repository does support Cargo, there is no release of that version on the marketplace yet; in particular release 0.1.2 does not yet support Cargo dependencies.

You can try this AppVeyor build instead.

@MaulingMonkey MaulingMonkey added this to the 0.2 milestone Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants