Files
powdr/riscv/runtime/Cargo.toml
Lucas Clemente Vella 18c3a1c6e6 Implemented allocator and a test to use it.
A couple of missing instructions were added to as needed.
2023-05-16 16:15:39 +02:00

11 lines
189 B
TOML

[package]
name = "runtime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[workspace]