diff --git a/crates/idfoto-core/Cargo.toml b/crates/idfoto-core/Cargo.toml index e7cff87..2372e51 100644 --- a/crates/idfoto-core/Cargo.toml +++ b/crates/idfoto-core/Cargo.toml @@ -20,10 +20,8 @@ zeroize = { version = "1", features = ["zeroize_derive"] } zxcvbn = { version = "3", default-features = false } bip39 = { version = "2", default-features = false, features = ["std"] } unicode-normalization = "0.1" -chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] } +chrono = { version = "0.4", default-features = false, features = ["serde", "clock", "wasmbind"] } hex = "0.4" url = { version = "2", features = ["serde"] } getrandom = "0.2" -[dev-dependencies] -hex = "0.4"