summaryrefslogtreecommitdiff
path: root/sound_card_init/utils/Cargo.toml
blob: 8c688de3bc22e877c344af0be36ef013a65579ce (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "utils"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
description = "Utils for sound_card_init"

[dependencies]
remain = "0.2.1"
serde = { version = "1.0", features = ["derive"]}
serde_yaml = "0.8.11"