Skip to content

Commit 0660550

Browse files
committed
Add authors
1 parent 277ee26 commit 0660550

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[features]
1112
default = ["all"]

libs/utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[dependencies]
1112
rquickjs = { version = "0.9", features = ["array-buffer"] }

modules/console/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[dependencies]
1112
log = { version = "0.4" }

modules/os/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[dependencies]
1112
home = "0.5"

modules/sqlite/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[dependencies]
1112
either = { version = "1" }

modules/timers/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[dependencies]
1112
log = { version = "0.4" }

modules/url/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>"]
910

1011
[dependencies]
1112
either = { version = "1" }

0 commit comments

Comments
 (0)