feat: Rename wasmer-api to wasmer-backend-api

This commit is contained in:
Edoardo Marangoni
2024-10-29 13:48:14 +01:00
parent 7a75251846
commit cc969fc56a
52 changed files with 188 additions and 157 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "wasmer-api"
name = "wasmer-backend-api"
version = "0.1.0"
description = "Client library for the Wasmer GraphQL API"
readme = "README.md"
documentation = "https://docs.rs/wasmer-api"
documentation = "https://docs.rs/wasmer-backend-api"
authors.workspace = true
edition.workspace = true

View File

@ -1,4 +1,4 @@
# wasmer-api
# wasmer-backend-api
GraphQL API client for the [Wasmer](https://wasmer.io) backend.