我已安装Microsoft的 C ++ 2015工具,如安装部分所述。
我收到此错误:
C:\Users\Mg Sein\Desktop\rust\hello_world>cargo build
error: failed to parse manifest at `C:\Users\Mg Sein\Desktop\rust\Cargo.toml`
Caused by:
no `package` section found.
这是项目文件的目录:
我添加了cargo
的路径变量:
这是Cargo.toml的内容:
[package]
name = "hello_world"
version = "0.1.0"
authors = ["Mg Sein"]
[dependencies]