637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
11 lines
305 B
TOML
11 lines
305 B
TOML
[package]
|
|
name = "cloud-hypervisor"
|
|
version = "0.1.0"
|
|
|
|
#TODO port to redox
|
|
# required host dependencies - https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/building.md#install-prerequisites
|
|
[source]
|
|
git = "https://github.com/cloud-hypervisor/cloud-hypervisor"
|
|
[build]
|
|
template = "cargo"
|