mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
11 lines
204 B
TOML
11 lines
204 B
TOML
|
[package]
|
||
|
name = "vp8"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The Chromium OS Authors"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "*"
|
||
|
bytes = "1.1.0"
|
||
|
log = { version = "0", features = ["release_max_level_debug"]}
|