move deps after features

pull/745/head
Yuri Astrakhan 11 months ago
parent 6c73370bba
commit b43b0ab991
  1. 6
      lib/oxsdatatypes/Cargo.toml

@ -13,13 +13,13 @@ documentation = "https://docs.rs/oxsdatatypes"
edition.workspace = true edition.workspace = true
rust-version.workspace = true rust-version.workspace = true
[dependencies]
thiserror.workspace = true
[features] [features]
js = ["js-sys"] js = ["js-sys"]
custom-now = [] custom-now = []
[dependencies]
thiserror.workspace = true
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
js-sys = { workspace = true, optional = true } js-sys = { workspace = true, optional = true }

Loading…
Cancel
Save