A current issue occurring in Naersk with Nix, the cargo package vendoring is very pedantic on stuff existing for it to be able to inherit, this issue only arises while using such a build system which needs vendoring to operate, making their crate not be able to build.
I made a simple fix to the pedantic-ness by actually removing the instances of readme.workspace = true, which will have no effect because what we are trying to inherit to the crates currently inherits nothing.
A current [issue](https://github.com/nix-community/naersk/issues/310) occurring in [Naersk](https://github.com/nix-community/naersk) with [Nix](https://nixos.org/), the cargo package vendoring is very pedantic on stuff existing for it to be able to inherit, this issue only arises while using such a build system which needs vendoring to operate, making their crate not be able to build.
I made a simple fix to the pedantic-ness by actually removing the instances of `readme.workspace = true`, which will have no effect because what we are trying to inherit to the crates currently inherits nothing.