making this work as a library

This commit is contained in:
Chris Cochrun 2024-11-19 06:17:07 -06:00
parent ba5b02074d
commit 37af7ff0ef
4 changed files with 160 additions and 1 deletions

View file

@ -3,6 +3,10 @@ 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"