File tree Expand file tree Collapse file tree 2 files changed +2
-55
lines changed Expand file tree Collapse file tree 2 files changed +2
-55
lines changed Original file line number Diff line number Diff line change @@ -14,37 +14,22 @@ pedantic = "warn"
14
14
crate-type = [" cdylib" , " rlib" ]
15
15
16
16
[dependencies ]
17
- anyhow = " 1.0.82"
18
- bincode = " 1.3.3"
19
- chrono = " 0.4.38"
20
17
console_error_panic_hook = " 0.1.6"
21
- console_log = " 1.0.0"
22
18
futures = " 0.3.30"
23
19
js-sys = " 0.3"
24
20
log = " 0.4.21"
25
21
nonzero_lit = " 0.1.2"
26
- rand = " 0.8.5"
27
22
serde = " =1.0.205"
28
- serde-reflection = " 0.4.0"
29
23
serde-wasm-bindgen = " 0.6.5"
30
- serde_json = " 1.0.116"
31
- serde_yaml = " 0.9.34"
32
- tokio = " 1.40.0"
33
24
tokio-util.workspace = true
34
25
tracing = " 0.1.40"
35
26
wasm-bindgen = " 0.2.95"
36
27
wasm-bindgen-futures = " 0.4"
37
- wasmtimer = " 0.4.1"
38
- web-time = " 1.1.0"
39
28
40
29
[dependencies .linera-base ]
41
30
workspace = true
42
31
features = [" web" ]
43
32
44
- [dependencies .linera-chain ]
45
- workspace = true
46
- features = [" web" ]
47
-
48
33
[dependencies .linera-client ]
49
34
workspace = true
50
35
default-features = false
@@ -80,10 +65,6 @@ features = [
80
65
" Window" ,
81
66
]
82
67
83
- [dependencies .getrandom ]
84
- version = " *"
85
- features = [" js" ]
86
-
87
68
[dev-dependencies ]
88
69
wasm-bindgen-test = " 0.3.43"
89
70
schemars = " *"
You can’t perform that action at this time.
0 commit comments