Closed liviu99 closed 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
Why does your Cargo.toml start with a NUL byte?
Cargo.toml
NUL
I've done again all the steps within the tutorial and now works. Thank you!
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