-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-plan.json
More file actions
38 lines (38 loc) · 884 Bytes
/
build-plan.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": 1,
"workspaceRoot": "/home/brittonr/git/redox",
"roots": [
"path+file:///home/brittonr/git/redox#0.1.0"
],
"workspaceMembers": {
"redox": "path+file:///home/brittonr/git/redox#0.1.0"
},
"cargoLockHash": "e12d3244d51e34da84ade476d547eebaaa264cffd4a087dcdf8d6c13897fda6d",
"crates": {
"path+file:///home/brittonr/git/redox#0.1.0": {
"crateName": "redox",
"version": "0.1.0",
"edition": "2024",
"sha256": null,
"source": {
"type": "local",
"path": "."
},
"features": [],
"dependencies": [],
"buildDependencies": [],
"procMacro": false,
"build": null,
"libPath": null,
"libName": null,
"libCrateTypes": [],
"crateBin": [
{
"name": "redox",
"path": "src/main.rs"
}
],
"links": null
}
}
}