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