summaryrefslogtreecommitdiff
blob: b20bf67b611d9161f2031e771040664e957cebc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[source.crates-io]
replace-with = "vendored-sources"

[source."https://github.com/cloud-hypervisor/kvm-bindings"]
git = "https://github.com/cloud-hypervisor/kvm-bindings"
branch = "ch-v0.6.0-tdx"
replace-with = "vendored-sources"

[source."https://github.com/cloud-hypervisor/versionize_derive"]
git = "https://github.com/cloud-hypervisor/versionize_derive"
branch = "ch"
replace-with = "vendored-sources"

[source."https://github.com/firecracker-microvm/micro-http"]
git = "https://github.com/firecracker-microvm/micro-http"
branch = "main"
replace-with = "vendored-sources"

[source."https://github.com/rust-vmm/acpi_tables"]
git = "https://github.com/rust-vmm/acpi_tables"
branch = "main"
replace-with = "vendored-sources"

[source."https://github.com/rust-vmm/mshv"]
git = "https://github.com/rust-vmm/mshv"
branch = "main"
replace-with = "vendored-sources"

[source."https://github.com/rust-vmm/vfio"]
git = "https://github.com/rust-vmm/vfio"
branch = "main"
replace-with = "vendored-sources"

[source."https://github.com/rust-vmm/vfio-user"]
git = "https://github.com/rust-vmm/vfio-user"
branch = "main"
replace-with = "vendored-sources"

[source."https://github.com/rust-vmm/vm-fdt"]
git = "https://github.com/rust-vmm/vm-fdt"
branch = "main"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"