summary refs log tree commit diff
path: root/Cargo.toml
blob: c1f28d8df6657b158618da04c751d57b8d086a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
members = [
  "./",
  "opcode_proc"
]

[package]
name = "tlulx"
version = "0.1.0"
edition = "2021"

[dependencies]
opcode_proc = { path = "./opcode_proc" }