Merge pull request #2568 from fitzgen/cargo-toml-metadata

Cargo.toml metadata for publishing
This commit is contained in:
Nick Fitzgerald
2021-01-11 11:21:47 -08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
[package] [package]
name = "peepmatic-test-operator" name = "peepmatic-test-operator"
description = "Operator for usage in peepmatic tests"
license = "Apache-2.0 WITH LLVM-exception"
version = "0.69.0" version = "0.69.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"] authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018" edition = "2018"

View File

@@ -6,7 +6,7 @@ description = "Wasmtime implementation of the wasi-nn API"
documentation = "https://docs.rs/wasmtime-wasi-nn" documentation = "https://docs.rs/wasmtime-wasi-nn"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "computer-vision"] categories = ["wasm", "computer-vision"]
keywords = ["webassembly", "wasm", "neural network"] keywords = ["webassembly", "wasm", "neural-network"]
repository = "https://github.com/bytecodealliance/wasmtime" repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md" readme = "README.md"
edition = "2018" edition = "2018"