PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
702 stars 72 forks source link

Cannot Find Crate XXX when building project #274

Open ciclonite opened 7 years ago

ciclonite commented 7 years ago

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 commented 7 years ago

Any Help?

Boddlnagg commented 7 years ago

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.