Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Add typing to manifest.package.name #7

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wapm-toml"
name = "wasmer-toml"
version = "0.4.0"
description = "A parser for the wapm.toml format used by Wasmer and WAPM"
description = "A parser for the wasmer.toml format used by Wasmer and WAPM"
edition = "2021"
license = "MIT"
authors = ["The Wasmer Engineering Team <[email protected]>"]
homepage = "https://wasmer.io/"
repository = "https://github.com/wasmerio/wapm-toml"
repository = "https://github.com/wasmerio/wasmer-toml"
keywords = ["wasm", "wapm", "wasmer", "toml"]
categories = ["parser-implementations", "wasm"]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# The `wapm.toml` Format
# The `wasmer.toml` Format

[![Continuous Integration](https://github.com/wasmerio/wapm-toml/actions/workflows/ci.yml/badge.svg)](https://github.com/wasmerio/wapm-toml/actions/workflows/ci.yml)

([API Docs](https://wasmerio.github.io/wapm-toml))

A parser for the `wapm.toml` file used by [Wasmer][wasmer] and
A parser for the `wasmer.toml` file used by [Wasmer][wasmer] and
[the `wapm` CLI][cli].

## License
Expand Down
Loading