Blas Morkai
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 File 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, ... -
创建于 IntelliJ - 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...