aboutsummaryrefslogtreecommitdiff
path: root/x86test/x86test_types/Cargo.toml
blob: e6f6abbd2576f9284fbe77f122af47ed572b483a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "x86test-types"
version = "0.0.5"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]

repository = "https://github.com/gz/rust-x86"
documentation = "https://docs.rs/x86test-types"

keywords = ["vm", "os", "amd64", "kvm", "x86-64"]
license = "MIT OR Apache-2.0"
edition = '2018'

description = """
Common types for x86test runnter and the x86test procedural macro. 
"""

[dependencies]
x86 = "0.47" #{path = "../.."}