crosvm/system_api_stub
Daniel Verkamp 8031d3b514 system_api_stub: use 2018 edition of Rust
The Cargo.toml originally requested edition = 2021, which is not
available in a released version of Rust yet.

BUG=None
TEST=`cargo build` without the real system_api

Change-Id: I9577301b6bfb83cafd5fd9bb0ec5024b385b324e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3145914
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Ryo Hashimoto <hashimoto@chromium.org>
Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org>
2021-09-09 06:42:46 +00:00
..
src
Cargo.toml system_api_stub: use 2018 edition of Rust 2021-09-09 06:42:46 +00:00
README.md

Stub crate for system_api

system_api is used by ChromeOS to interact with other system services.

In ChromeOS builds, the chromeos cargo feature is enabled and this crate is replaced with the actual system_api implementation.

On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on system_api.