Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Added kvcounter template to wash favorites #616

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/wash-lib/src/generate/favorites.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ description = "a hello-world actor (in Rust) that echoes a request back over a N
git = "wasmCloud/project-templates"
subfolder = "actor/echo-messaging"

[[actor]]
name = "kvcounter"
description = "an example actor (in Rust) that increments a counter in a key-value store"
git = "wasmCloud/project-templates"
subfolder = "actor/kvcounter"

[[interface]]
name = "converter-interface"
description = "an interface for actor-to-actor messages with a single Convert method"
Expand Down