feat: add cpu

This commit is contained in:
2020-11-07 12:04:13 +08:00
parent 24c7f80367
commit 1bd0f3e5c9
6 changed files with 111 additions and 1 deletions

11
__cpu/x86/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "x86"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
x86 = "0.34"