Skip to content

Commit 1e5b28f

Browse files
committed
Remove readme references
1 parent 0660550 commit 1e5b28f

File tree

7 files changed

+1
-7
lines changed

7 files changed

+1
-7
lines changed

libs/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
8+
authors = ["Emile Fugulin <code@efugulin.com>"]
99

1010
[dependencies]
1111
futures = { version = "0.3" }

libs/utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
98
authors = ["Emile Fugulin <code@efugulin.com>"]
109

1110
[dependencies]

modules/console/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
98
authors = ["Emile Fugulin <code@efugulin.com>"]
109

1110
[dependencies]

modules/os/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
98
authors = ["Emile Fugulin <code@efugulin.com>"]
109

1110
[dependencies]

modules/sqlite/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
98
authors = ["Emile Fugulin <code@efugulin.com>"]
109

1110
[dependencies]

modules/timers/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
98
authors = ["Emile Fugulin <code@efugulin.com>"]
109

1110
[dependencies]

modules/url/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
8-
readme = "README.md"
98
authors = ["Emile Fugulin <code@efugulin.com>"]
109

1110
[dependencies]

0 commit comments

Comments
 (0)