rename to little-hesinde

This commit is contained in:
Sebastian Hugentobler 2024-05-10 17:31:27 +02:00
parent 155e09b159
commit fd7f551726
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
52 changed files with 54 additions and 47 deletions

46
Cargo.lock generated
View file

@ -837,6 +837,29 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "little-hesinde"
version = "0.1.0"
dependencies = [
"calibre-db",
"clap",
"once_cell",
"poem",
"quick-xml",
"rust-embed",
"serde",
"serde_json",
"serde_with",
"tera",
"thiserror",
"time",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "lock_api"
version = "0.4.12"
@ -1354,29 +1377,6 @@ version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rusty-library"
version = "0.1.0"
dependencies = [
"calibre-db",
"clap",
"once_cell",
"poem",
"quick-xml",
"rust-embed",
"serde",
"serde_json",
"serde_with",
"tera",
"thiserror",
"time",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "ryu"
version = "1.0.17"