Blas Morkai
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created File is not included in module tree - They turn green on the Project structure
AnsweredHi there, After creating a rust library (cargo new my_project --lib), my objective is to add a .rs file. After creating my new my_file.rs, I get the message: File is not included in module tree, ... -
Created IntelliJ - Rust - Dependency recognized on Cargo.toml but not while writing code
AnsweredHi there, When creating a cosmwasm project using cw-utils, its content is not accessible while writing code. After adding the dependency in the Cargo.toml file, is there anything else that must be...