This error does not come for gameroom although the section is missing from database cargo.toml
tried to replicate the basic functionality of gameroom.
getting this error
cargo-deb: cargo (metadata): error: failed to parse manifest at /build/examples/supplychain/database/Cargo.toml
Caused by:
no targets specified in the manifest
either src/lib.rs, src/main.rs, a [lib] section, or [[bin]] section must be present
ERROR: Service 'scabbard-cli' failed to build: The command '/bin/sh -c cargo deb --deb-version $REPO_VERSION $CARGO_ARGS' returned a non-zero code: 1
I have provided the cargo.toml for all cli, daemon and database in cli and scabbard of splinter. Still getting this error.
Can someone help me out in regard to this?
This error does not come for gameroom although the section is missing from database cargo.toml
tried to replicate the basic functionality of gameroom.
getting this error
cargo-deb: cargo (metadata): error: failed to parse manifest at
/build/examples/supplychain/database/Cargo.tomlCaused by:
no targets specified in the manifest
either src/lib.rs, src/main.rs, a [lib] section, or [[bin]] section must be present
ERROR: Service 'scabbard-cli' failed to build: The command '/bin/sh -c cargo deb --deb-version $REPO_VERSION $CARGO_ARGS' returned a non-zero code: 1
I have provided the cargo.toml for all cli, daemon and database in cli and scabbard of splinter. Still getting this error.
Can someone help me out in regard to this?