Blas Morkai
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
Blas Morkai 创建了一个帖子, 已回答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, ... -
-
Blas Morkai 创建了一个帖子, 已回答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...