You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: