Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
rust-analyzer
/
crates
/
project-model
/
test_data
/
hello-world-project.json
blob: b27ab1f42b57705b18701a8a8ed81c6c848d2f69 [
file
] [
log
] [
blame
]
{
"sysroot_src"
:
null
,
"crates"
:
[
{
"display_name"
:
"hello_world"
,
"root_module"
:
"$ROOT$src/lib.rs"
,
"edition"
:
"2018"
,
"deps"
:
[],
"is_workspace_member"
:
true
}
]
}