• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
6name = "readclock"
7version = "0.1.0"
8authors = ["The Chromium OS Authors"]
9edition = "2021"
10
11[dependencies]
12anyhow = "*"
13libc = "*"
14serde = {version = "*", features = ["derive"]}
15serde_json = "*"
16