mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-04 12:45:55 +01:00
refactor: getrandom as workspace dep
This commit is contained in:
@@ -30,6 +30,7 @@ tracing = { version = "0.1", default-features = false }
|
||||
tracing-subscriber = "0.3"
|
||||
uniffi = "0.24"
|
||||
thiserror = "1.0.50"
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
|
||||
[profile]
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ serde_json = { workspace = true }
|
||||
url = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
async-trait = "0.1.74"
|
||||
gloo = { version = "0.11.0", optional = true, features = ["net"] }
|
||||
http = "1.0.0"
|
||||
@@ -45,5 +44,6 @@ redb = { version = "2.0.0", optional = true }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] }
|
||||
getrandom = { workspace = true }
|
||||
|
||||
|
||||
|
||||
@@ -43,5 +43,8 @@ itertools = "0.12.0"
|
||||
thiserror = { workspace = true }
|
||||
uuid = { version = "1.6.1", features = ["v4"] }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
getrandom = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
# tokio = {version = "1.27.0", features = ["rt", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user