1
Fork 0

Rename to webextension-native-messaging.

This commit is contained in:
Bauke 2022-10-03 00:25:39 +02:00
parent c4f8feab8b
commit 7623cb6b3e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "web-ext-native-messaging"
name = "webextension-native-messaging"
description = "WebExtension native messaging library for Rust."
repository = "https://git.bauke.xyz/Holllo/web-ext-native-messaging"
repository = "https://git.bauke.xyz/Holllo/webextension-native-messaging"
license = "MIT OR Apache-2.0"
version = "0.1.0"
authors = ["Holllo <helllo@holllo.org>"]

View File

@ -4,8 +4,8 @@
## Usage
For documentation and examples see [docs.rs](https://docs.rs/web-ext-native-messaging).
For documentation and examples see [docs.rs](https://docs.rs/webextension-native-messaging).
## License
Distributed under the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) and [MIT](https://spdx.org/licenses/MIT.html) licenses, see [LICENSE-Apache](https://git.bauke.xyz/Holllo/web-ext-native-messaging/src/branch/main/LICENSE-Apache) and [LICENSE-MIT](https://git.bauke.xyz/Holllo/web-ext-native-messaging/src/branch/main/LICENSE-MIT) for more information.
Distributed under the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) and [MIT](https://spdx.org/licenses/MIT.html) licenses, see [LICENSE-Apache](https://git.bauke.xyz/Holllo/webextension-native-messaging/src/branch/main/LICENSE-Apache) and [LICENSE-MIT](https://git.bauke.xyz/Holllo/webextension-native-messaging/src/branch/main/LICENSE-MIT) for more information.