File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ documentation = "https://github.com/Tsukuba-Programming-Lab/grower"
20
20
license = " MIT"
21
21
22
22
[dependencies ]
23
- jsni = { package = " grower-jsni" , path = " ./crates/grower-jsni" , version = " 0.0.0 " }
23
+ jsni = { package = " grower-jsni" , path = " ./crates/grower-jsni" , version = " 0.0.1 " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " grower-jsni"
3
- edition.workspace = true
4
- version.workspace = true
5
- authors.workspace = true
6
- description.workspace = true
7
- documentation.workspace = true
3
+ version = " 0.0.1"
4
+ edition = " 2021"
5
+ authors = [" itsu-dev" ]
6
+ description = " A Library for development language runtimes that run on Web Browsers."
7
+ documentation = " https://github.com/Tsukuba-Programming-Lab/grower"
8
+ license = " MIT"
8
9
9
10
[dependencies ]
10
11
wasm-bindgen = " 0.2.92"
You can’t perform that action at this time.
0 commit comments