Skip to content

Commit 8eea855

Browse files
committed
fix: Cargo.toml
1 parent c413248 commit 8eea855

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

grower-rs/Cargo.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
[workspace]
2-
resolver = "3"
3-
members = ["crates/grower-jsni"]
4-
5-
[workspace.package]
6-
version = "0.0.1"
7-
edition = "2021"
8-
authors = ["itsu-dev"]
9-
description = "A Library for development language runtimes that run on Web Browsers."
10-
documentation = "https://github.com/Tsukuba-Programming-Lab/grower"
11-
license = "MIT"
12-
131
[package]
142
name = "grower"
153
version = "0.0.1"
@@ -20,4 +8,4 @@ documentation = "https://github.com/Tsukuba-Programming-Lab/grower"
208
license = "MIT"
219

2210
[dependencies]
23-
jsni = { package = "grower-jsni", path = "./crates/grower-jsni", version = "0.0.1" }
11+
jsni = { package = "grower-jsni", version = "0.0.1" }

0 commit comments

Comments
 (0)