fragments
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

This commit is contained in:
JMARyA 2025-02-25 12:39:05 +01:00
parent aba031a047
commit dc4fb4079e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 433 additions and 14 deletions

14
Cargo.lock generated
View file

@ -202,7 +202,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "based"
version = "0.1.0"
source = "git+https://git.hydrar.de/jmarya/based#696b34f2f17ef2d86f0bc77993f9b0b8b652c0f6"
source = "git+https://git.hydrar.de/jmarya/based#4688968a32a6812d4751a013ad1b605232fe12f8"
dependencies = [
"bcrypt",
"chrono",
@ -1483,6 +1483,15 @@ version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.14"
@ -3792,12 +3801,14 @@ dependencies = [
name = "webarc"
version = "0.1.0"
dependencies = [
"base64 0.22.1",
"based",
"chrono",
"clap",
"env_logger",
"futures",
"html2md",
"itertools",
"log",
"maud",
"ollama-rs",
@ -3807,6 +3818,7 @@ dependencies = [
"rocket",
"serde",
"serde_json",
"sha2",
"sqlx",
"tokio",
"toml",