Skip to content

Commit

Permalink
fix: cleanup dependencies for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 11, 2024
1 parent 0e71a97 commit ac550c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/wykies-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ sqlx = { workspace = true, optional = true }
strum = { workspace = true, features = ["derive"] }
thiserror.workspace = true
tracing.workspace = true
tracing-bunyan-formatter.workspace = true
tracing-log.workspace = true
tracing-subscriber = { workspace = true, features = ["registry", "env-filter"] }
wykies-time.workspace = true

# For native compilation only
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
actix-web.workspace = true
tracing-bunyan-formatter.workspace = true
tracing-log.workspace = true
tracing-subscriber = { workspace = true, features = ["registry", "env-filter"] }

[dev-dependencies]
rstest.workspace = true
Expand Down

0 comments on commit ac550c4

Please sign in to comment.