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
I tried running the following cargo stylus commands:
cargo stylus check
cargo stylus deploy
And both fail with
error: no library targets found in package 'bytes_in_bytes_out'
After running, cargo stylus new --minimal . the directory structure seems different than what's shown in the examples. With some tweaking I was able to get a working minimal example.
The text was updated successfully, but these errors were encountered:
I tried running the following cargo stylus commands:
cargo stylus check
cargo stylus deploy
And both fail with
error: no library targets found in package 'bytes_in_bytes_out'
After running,
cargo stylus new --minimal .
the directory structure seems different than what's shown in the examples. With some tweaking I was able to get a working minimal example.The text was updated successfully, but these errors were encountered: