Split up into pim-os, pim-vm and pim-isa crate
This commit is contained in:
15
pim-vm/Cargo.toml
Normal file
15
pim-vm/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "pim-vm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
cxx = "1.0.110"
|
||||
env_logger = "0.10.1"
|
||||
half = "2.3.1"
|
||||
log = "0.4.20"
|
||||
pim-isa = { path = "../pim-isa" }
|
||||
serde_json = "1.0.108"
|
||||
Reference in New Issue
Block a user