[package]
name = "llama-cpp-sys-v3"
version = "0.1.7"
edition = "2021"
description = "Raw FFI bindings for llama.cpp with runtime DLL loading support"
license = "MIT"
repository = "https://github.com/enlila/llama-cpp-v3"
readme = "README.md"
[dependencies]
libloading = "0.8"
thiserror = "2"