Rename to webextension-native-messaging.
This commit is contained in:
parent
c4f8feab8b
commit
7623cb6b3e
|
@ -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>"]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue