[package] name = "c_a_l" version = "0.1.4" edition = "2021" authors = ["skylar bleed "] description = "cool array language" license = "GPL-3.0" repository = "http://git.badboy.institute/~skye/cal" [[bin]] name = "cali" path = "src/main.rs" [dependencies] colored = "2.1.0" lazy_static = "1.5.0" rand = "0.8.5"