mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

This will make it easier to validate error improvements I'm working on as well as make it easier to update from rust-lang/rust
41 lines
780 B
Plaintext
41 lines
780 B
Plaintext
{
|
|
"authors": [],
|
|
"categories": [],
|
|
"default_run": null,
|
|
"dependencies": [],
|
|
"description": null,
|
|
"documentation": null,
|
|
"edition": "2024",
|
|
"features": {},
|
|
"homepage": null,
|
|
"id": "path+[ROOTURL]/foo/script#0.0.0",
|
|
"keywords": [],
|
|
"license": null,
|
|
"license_file": null,
|
|
"links": null,
|
|
"manifest_path": "[ROOT]/foo/script",
|
|
"metadata": null,
|
|
"name": "script",
|
|
"publish": [],
|
|
"readme": null,
|
|
"repository": null,
|
|
"rust_version": null,
|
|
"source": null,
|
|
"targets": [
|
|
{
|
|
"crate_types": [
|
|
"bin"
|
|
],
|
|
"doc": true,
|
|
"doctest": false,
|
|
"edition": "2024",
|
|
"kind": [
|
|
"bin"
|
|
],
|
|
"name": "script",
|
|
"src_path": "[ROOT]/foo/script",
|
|
"test": true
|
|
}
|
|
],
|
|
"version": "0.0.0"
|
|
} |