Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/e2e_tests/guest_under_test/rootfs/readclock/Cargo.toml
5394 views
1
# Copyright 2024 The ChromiumOS Authors
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
5
[package]
6
name = "readclock"
7
version = "0.1.0"
8
authors = ["The Chromium OS Authors"]
9
edition = "2021"
10
11
[dependencies]
12
anyhow = { workspace = true }
13
libc = { workspace = true }
14
serde = { workspace = true, features = ["derive"]}
15
serde_json = { workspace = true }
16
17