Skip to content

Commit

Permalink
Remove redundant dependencies in thoth-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Nov 26, 2024
1 parent 6e44174 commit aceaf1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions thoth-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ build = "build.rs"
maintenance = { status = "actively-developed" }

[dependencies]
anyhow = "1.0.93"
chrono = { version = "0.4.38", features = ["serde"] }
gloo-storage = "0.3.0"
gloo-timers = "0.3.0"
log = "0.4.22"
thiserror = "1.0.69"
yew = "0.19.3"
yew-agent = "0.1.0"
Expand All @@ -30,7 +28,6 @@ reqwest = { version = "0.12", features = ["json"] }
semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.5.4"
uuid = { version = "1.11.0", features = ["serde", "v4"] }
# `getrandom` is a dependency of `uuid`, we need to explicitly import and include the `js` feature to enable wasm
# https://docs.rs/getrandom/latest/getrandom/#webassembly-support
Expand Down

0 comments on commit aceaf1b

Please sign in to comment.