ayaka-plugin 0.3.0

Plugin runtime interface for Ayaka.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ayaka-plugin"
description = "Plugin runtime interface for Ayaka."
version.workspace = true
edition.workspace = true
authors.workspace = true
categories.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
serde = { workspace = true }
anyhow = { workspace = true }
rmp-serde = { workspace = true }