Skip to content

Commit

Permalink
Adjust web_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBF committed Nov 26, 2023
1 parent dc83f53 commit a4c9376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web_ext/sseq_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ edition = "2021"

[dependencies]
algebra = { path = "../../ext/crates/algebra", default-features = false }
bivec = { path = "../../ext/crates/bivec", features = ["json"] }
bivec = { path = "../../ext/crates/bivec" }
ext = { path = "../../ext", default-features = false }
fp = { path = "../../ext/crates/fp", features = ["json"], default-features = false }
fp = { path = "../../ext/crates/fp", default-features = false }
once = { path = "../../ext/crates/once" }
sseq = { path = "../../ext/crates/sseq", features = ["json"], default-features = false }
sseq = { path = "../../ext/crates/sseq", default-features = false }

anyhow = "1.0.0"
enum_dispatch = "0.3"
Expand Down

0 comments on commit a4c9376

Please sign in to comment.