Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/common/balloon_control/Cargo.toml
5394 views
1
[package]
2
name = "balloon_control"
3
version = "0.1.0"
4
authors = ["The ChromiumOS Authors"]
5
edition = "2021"
6
7
[dependencies]
8
serde = { workspace = true, features = [ "derive" ] }
9
10