File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
description = " Test application to test the Xen ioctls interface"
4
4
homepage = " https://github.com/rust-vmm/xen-sys"
5
5
repository = " https://github.com/rust-vmm/xen-sys.git"
6
- license = " MIT/ Apache-2.0"
6
+ license = " Apache-2.0 OR MIT "
7
7
name = " ioctls"
8
8
readme = " README.md"
9
9
version = " 0.1.0"
Original file line number Diff line number Diff line change 3
3
description = " Test application to test the Xen store interface"
4
4
homepage = " https://github.com/rust-vmm/xen-sys"
5
5
repository = " https://github.com/rust-vmm/xen-sys.git"
6
- license = " MIT/ Apache-2.0"
6
+ license = " Apache-2.0 OR MIT "
7
7
name = " xstore"
8
8
readme = " README.md"
9
9
version = " 0.1.0"
Original file line number Diff line number Diff line change 3
3
description = " Compiler bits to create Rust unikernels for Xen"
4
4
homepage = " https://github.com/rust-vmm/xen-sys"
5
5
repository = " https://github.com/rust-vmm/xen-sys.git"
6
- license = " MIT/ Apache-2.0"
6
+ license = " Apache-2.0 OR MIT "
7
7
name = " oxerun"
8
8
readme = " README.md"
9
9
version = " 0.1.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Kernel level hypercall support for Xen"
4
4
categories = [" external-ffi-bindings" ]
5
5
homepage = " https://github.com/rust-vmm/xen-sys"
6
6
repository = " https://github.com/rust-vmm/xen-sys.git"
7
- license = " MIT/ Apache-2.0"
7
+ license = " Apache-2.0 OR MIT "
8
8
name = " xen-sys"
9
9
readme = " README.md"
10
10
version = " 0.1.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Idomatic Rust interfaces to Xen hypercall APIs"
4
4
categories = [" external-ffi-bindings" ]
5
5
homepage = " https://github.com/rust-vmm/xen-sys"
6
6
repository = " https://github.com/rust-vmm/xen-sys.git"
7
- license = " MIT/ Apache-2.0"
7
+ license = " Apache-2.0 OR MIT "
8
8
name = " xen"
9
9
readme = " README.md"
10
10
version = " 0.1.0"
You can’t perform that action at this time.
0 commit comments