mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
21 lines
516 B
TOML
21 lines
516 B
TOML
[package]
|
|
name = "ac-qu-ai-nt-core"
|
|
description = "The core library of ac-qu-ai-nt. If you're looking for the application, see cli-clap or gui-eframe or tui-ratatui or the multibinary"
|
|
version = "0.0.3"
|
|
edition = "2021"
|
|
rust-version = "1.76"
|
|
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
|
|
[features]
|
|
default = ["tracing"]
|
|
tracing = ["dep:tracing"]
|
|
|
|
[dependencies]
|
|
llama-cpp-2 = "=0.1.64"
|
|
llama-cpp-sys-2 = "=0.1.64"
|
|
|
|
tracing = { workspace = true, optional = true }
|