[package] name = "arcanum" version = "0.0.0" edition = "2021" description = "A programming language compiler." repository = "/CyberMages/arcanum" authors = ["CyberMages LLC ", "Jason Travis Smith "] readme = "README.md" license-file = "LICENSE.md" [lib] name = "arcanum" path = "src/lib.rs" crate-type = ["lib"] [[bin]] name = "arcanum" path = "src/main.rs" [dependencies]