mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
14 lines
281 B
TOML
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" }
|