Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/acpi_tables/Cargo.toml
5392 views
1
[package]
2
name = "acpi_tables"
3
version = "0.1.0"
4
authors = ["The ChromiumOS Authors"]
5
edition = "2021"
6
7
[dependencies]
8
zerocopy = { version = "0.8.13", features = ["derive"] }
9
10
[dev-dependencies]
11
tempfile = "3"
12
13