support rust-analyzer for board_qemu features
This commit is contained in:
parent
62931b3663
commit
637cb41d46
4 changed files with 18 additions and 3 deletions
|
@ -9,4 +9,8 @@ edition = "2018"
|
|||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
easy-fs = { path = "../easy-fs" }
|
||||
rand = "0.8.0"
|
||||
rand = "0.8.0"
|
||||
|
||||
[features]
|
||||
board_qemu = []
|
||||
board_k210 = []
|
Loading…
Add table
Add a link
Reference in a new issue