Skip to content

Commit a6e0298

Browse files
authored
Update Cargo.toml (#49)
1 parent 53f25f0 commit a6e0298

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ sha256 = { version = "1", default-features = false }
2222

2323
[dependencies.uuid]
2424
version = "1.4.1"
25-
features = [
26-
"v4", # Lets you generate random UUIDs
27-
"fast-rng", # Use a faster (but still sufficiently random) RNG
28-
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
29-
"serde",
30-
]
25+
features = ["v4", "fast-rng", "macro-diagnostics", "serde", "js"]
3126

3227
[dependencies.getrandom]
3328
version = "0.2"

0 commit comments

Comments
 (0)