Files
powdr/riscv_executor/Cargo.toml
Lucas Clemente Vella cd4449e65f RISCV executor
2023-11-24 11:42:35 +01:00

14 lines
281 B
TOML

[package]
name = "riscv_executor"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.17"
itertools = "0.11"
ast = { path = "../ast" }
number = { path = "../number" }
parser = { path = "../parser" }
importer = { path = "../importer" }
analysis = { path = "../analysis" }