返回 DeepSeek-Reasonix
Cargo.toml
根目录 / internal / lsp / testdata / lsp / rust / Cargo.toml
1 [package]
2 name = "fixture"
3 version = "0.1.0"
4 edition = "2021"
5
6 [[bin]]
7 name = "fixture"
8 path = "src/main.rs"
9
9 lines TOML