initial commit
This commit is contained in:
commit
0bd97d0ed3
25 changed files with 6581 additions and 0 deletions
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
[package]
|
||||
name = "little-librarian"
|
||||
version = "0.1.0"
|
||||
license = "AGPL-3.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.40", features = ["derive"] }
|
||||
futures = "0.3.31"
|
||||
lopdf = "0.36.0"
|
||||
quick-xml = "0.38.0"
|
||||
rayon = "1.10.0"
|
||||
ring = "0.17.14"
|
||||
scraper = "0.23.1"
|
||||
sha2 = "0.10.9"
|
||||
snafu = { version = "0.8.6", features = ["rust_1_81"] }
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "tls-rustls-ring", "migrate", "postgres", "derive" ] }
|
||||
tokenizers = "0.21.2"
|
||||
tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros"]}
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
tract-onnx = "0.21.13"
|
||||
walkdir = "2.5.0"
|
||||
zip = "4.2.0"
|
Loading…
Add table
Add a link
Reference in a new issue