[package] name = "toyasm" version = "0.1.0" edition = "2021" [dependencies] toy_cpu_4bit = { version = "0.1.0", path = "../toy_cpu_4bit" } clap = { version = "3.1.17", features = ["derive"] }