[package] name = "crisp" version = "0.1.0" edition = "2021" [lib] crate-type = ["staticlib"] path = "src/lib.rs" [dependencies] color-eyre = "0.6.3" lazy_static = "1.5.0" pretty_assertions = "1.4.1" regex = "1.11.0" rustyline = "14.0.0"