Skip to content

Commit 23af597

Browse files
add some Cargo.toml metadata fields
1 parent 2beac4f commit 23af597

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "wasm-server-runner"
33
version = "0.1.0"
44
edition = "2021"
5+
readme = "README.md"
6+
repository = "https://github.com/jakobhellermann/wasm-server-runner/tree/main"
7+
license = "MIT"
8+
keywords = ["web", "wasm", "devtools"]
9+
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins", "wasm", "web-programming"]
10+
description = "cargo run for wasm programs"
511

612
[dependencies]
713
anyhow = "1.0"

0 commit comments

Comments
 (0)