rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.75k stars 12.76k forks source link

Setup Indy SDK build environment for Windows #55924

Closed liviu99 closed 6 years ago

liviu99 commented 6 years ago

I am trying to setup Indy SDK build environment for Windows following https://github.com/hyperledger/indy-sdk/blob/master/doc/windows-build.md steps. Unfortunately, after I run cargo build command, I get the following error: failed to parse manifest at Cargo.toml.

Caused by: could not parse input as TOML

Caused by: unexpected character found: '\u{0}' at line 1

retep998 commented 6 years ago

Why does your Cargo.toml start with a NUL byte?

liviu99 commented 6 years ago

I've done again all the steps within the tutorial and now works. Thank you!