Blas Morkai
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Blas Morkai created a post, AnsweredFile is not included in module tree - They turn green on the Project structure
Hi 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, ... -
-
Blas Morkai created a post, AnsweredIntelliJ - Rust - Dependency recognized on Cargo.toml but not while writing code
Hi 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...