Skip to content

Commit

Permalink
desktop-app
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Oct 24, 2024
1 parent 86ea51d commit c3634ec
Show file tree
Hide file tree
Showing 14 changed files with 1,036 additions and 912 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ aoide-websrv-warp-sqlite = { version = "=0.8.0", path = "crates/websrv-warp-sqli
# Commonly used dependencies.
# Also serves for documenting the opionionated selection of third-party crates.
aho-corasick = "1.1.3"
anyhow = "1.0.90"
anyhow = "1.0.91"
bitflags = "2.6.0"
data-encoding = "2.6.0"
derive_more = "1.0.0"
Expand All @@ -51,13 +51,13 @@ jiff = "0.1.13"
log = "0.4.22"
mime = "0.3.17"
regex = "1.11.0"
serde = "1.0.211"
serde = "1.0.213"
serde_json = "1.0.132"
static_assertions = "1.1.0"
strum = "0.26.3"
tantivy = "0.22.0"
time = "0.3.36"
thiserror = "1.0.64"
thiserror = "1.0.65"
tokio = "1.41.0"
url = "2.5.2"

Expand Down
Loading

0 comments on commit c3634ec

Please sign in to comment.