making this work as a library
This commit is contained in:
parent
ba5b02074d
commit
37af7ff0ef
4 changed files with 160 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue