vtx-protocol 1.2.3

The official WIT interface definitions for VTX plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "vtx_protocol"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The official WIT interface definitions for VTX plugins"
edition = "2021"
include = ["src/**/*", "wit/**/*"]
license = "Apache-2.0"
name = "vtx-protocol"
readme = "README.md"
version = "1.2.3"