jurubas/Cargo.toml
Sean Cross 2e6ae9fc5d pull cpu into its own crate
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-29 23:09:32 +08:00

12 lines
264 B
TOML

workspace = { members = ["crates/riscv-cpu"] }
[package]
name = "rouns"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
riscv-cpu = { path = "crates/riscv-cpu" }