summary refs log blame commit diff
path: root/protos/Cargo.toml
blob: 98cd4ae2d2c464c919304348a9450c576431aea9 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                     

                    
                   

           
              
                                                  



                    
[package]
name = "protos"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[features]
plugin = ["kvm_sys"]
composite-disk = []
trunks = []

[dependencies]
kvm_sys = { path = "../kvm_sys", optional = true }
protobuf = "2.3"

[build-dependencies]
protoc-rust = "2.3"