AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 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