Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "sysroot_src": null,
    "crates": [
        {
            "display_name": "foo",
            "root_module": "$ROOT$src/lib.rs",
            "edition": "2024",
            "deps": [],
            "crate_attrs": ["no_std", "feature(f16,f128)", "crate_type = \"lib\""],
            "is_workspace_member": true
        }
    ]
}