mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vendor: Add vendored dependencies
We use cargo vendor to generate a .cargo/config file and the vendor directory. Vendoring allows us to lock our dependencies and to modify them easily from the top level Cargo.toml. We vendor all dependencies, including the crates.io ones, which allows for network isolated builds. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
### TODO List
|
||||
- Abstraction layer to seperate VM memory management from VM memory accessor.
|
||||
- Help needed to refine documentation and usage examples.
|
||||
Reference in New Issue
Block a user