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
Libraries get prefixed with "lib", and by default they get named after their crate file, but this default name can be overridden using the crate_name attribute.
crate_name should be crate-name
The text was updated successfully, but these errors were encountered:
Libraries get prefixed with "lib", and by default they get named after their crate file, but this default name can be overridden using the
crate_name
attribute.crate_name
should becrate-name
The text was updated successfully, but these errors were encountered: