mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
6 Commits
f4cbe18b73
...
7997593970
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7997593970 | ||
![]() |
a48e78323a | ||
![]() |
5fb65e5a62 | ||
![]() |
09f0c52520 | ||
![]() |
3643d97384 | ||
![]() |
575170bb92 |
@@ -199,6 +199,8 @@ jobs:
|
||||
shared-key: ${{ matrix.supporteds.target }}-latest
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Build tests
|
||||
run: cargo build --tests --target ${{ matrix.supporteds.target }}
|
||||
- name: Test
|
||||
run: cargo nextest run --target ${{ matrix.supporteds.target }}
|
||||
|
||||
|
1004
Cargo.lock
generated
1004
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,20 @@ tracing = ["dep:tracing"]
|
||||
[dependencies]
|
||||
llama-cpp-2 = "0.1.82"
|
||||
ocrs = "0.9"
|
||||
reqwest = { version = "0.12", default-features = false, features = [
|
||||
"http2",
|
||||
|
||||
"macos-system-configuration",
|
||||
"rustls-tls-webpki-roots",
|
||||
|
||||
"json",
|
||||
"multipart",
|
||||
|
||||
"brotli",
|
||||
"deflate",
|
||||
"gzip",
|
||||
"zstd",
|
||||
] }
|
||||
rten = "0.13.1"
|
||||
snafu = { workspace = true }
|
||||
|
||||
|
16
deny.toml
16
deny.toml
@@ -93,6 +93,8 @@ allow = [
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"MPL-2.0",
|
||||
"OpenSSL",
|
||||
"Unicode-DFS-2016",
|
||||
"Unlicense",
|
||||
]
|
||||
@@ -112,20 +114,20 @@ exceptions = [
|
||||
# Some crates don't have (easily) machine readable licensing information,
|
||||
# adding a clarification entry for it allows you to manually specify the
|
||||
# licensing information
|
||||
#[[licenses.clarify]]
|
||||
[[licenses.clarify]]
|
||||
# The package spec the clarification applies to
|
||||
#crate = "ring"
|
||||
crate = "ring"
|
||||
# The SPDX expression for the license requirements of the crate
|
||||
#expression = "MIT AND ISC AND OpenSSL"
|
||||
expression = "MIT AND ISC AND OpenSSL"
|
||||
# One or more files in the crate's source used as the "source of truth" for
|
||||
# the license expression. If the contents match, the clarification will be used
|
||||
# when running the license check, otherwise the clarification will be ignored
|
||||
# and the crate will be checked normally, which may produce warnings or errors
|
||||
# depending on the rest of your configuration
|
||||
#license-files = [
|
||||
# Each entry is a crate relative path, and the (opaque) hash of its contents
|
||||
#{ path = "LICENSE", hash = 0xbd0eed23 }
|
||||
#]
|
||||
license-files = [
|
||||
# Each entry is a crate relative path, and the (opaque) hash of its contents
|
||||
{ path = "LICENSE", hash = 0xbd0eed23 },
|
||||
]
|
||||
|
||||
[licenses.private]
|
||||
# If true, ignores workspace crates that aren't published, or are only
|
||||
|
Reference in New Issue
Block a user