[package] name = "crane-lang" version = "0.0.1" edition = "2021" authors = ["Will Hopkins "] license = "MIT" description = "Binary crate for the Crane compiler, crc." repository = "https://github.com/willothy/crane-lang" readme = "../README.md" [[bin]] name = "crc" path = "src/main.rs" [dependencies] crane-lex = { version = "0.0.1", path = "../crane-lex/" }