[package] name = "telo-lang" version = "0.0.2" description = "Telo programming language and related toolchain" license = "MIT" documentation = "https://docs.rs/telo-lang" repository = "https://github.com/sleepstone/rainforest/tree/main/telo" edition = "2021" default-run = "telo" [[bin]] name = "telo" path = "src/main.rs" [dependencies] anyhow = "^1" clap = { version = "^4", features = ["derive"] } ron = "^0" serde = { version = "^1", features = ["derive"] } yansi = "^0"