|
@@ -36,6 +36,7 @@ serde_with.workspace = true
|
|
regex = { workspace = true, optional = true }
|
|
regex = { workspace = true, optional = true }
|
|
strum = { workspace = true, optional = true }
|
|
strum = { workspace = true, optional = true }
|
|
strum_macros = { workspace = true, optional = true }
|
|
strum_macros = { workspace = true, optional = true }
|
|
|
|
+zeroize = "1"
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
instant = { workspace = true, features = ["wasm-bindgen", "inaccurate"] }
|
|
instant = { workspace = true, features = ["wasm-bindgen", "inaccurate"] }
|