chore(core): add snafu as a dependency

This commit is contained in:
J / Jacob Babich
2024-10-07 16:23:39 -04:00
parent 65eaeee0e9
commit bffcf90de2
2 changed files with 23 additions and 0 deletions

View File

@@ -16,5 +16,6 @@ tracing = ["dep:tracing"]
[dependencies]
llama-cpp-2 = "=0.1.64"
llama-cpp-sys-2 = "=0.1.64"
snafu = { workspace = true }
tracing = { workspace = true, optional = true }