diff options
Diffstat (limited to 'crates/retry-error/Cargo.toml')
| -rw-r--r-- | crates/retry-error/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index f4fc34493..5e439a25f 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -22,5 +22,9 @@ humantime = "2" [features] full = [] + [package.metadata.docs.rs] all-features = true + +[target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dependencies] +web-time = "1.1.0" |
