vs-plugin-api 0.0.4

Shared plugin models and traits for the vs runtime manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vs-plugin-api"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Shared plugin models and traits for the vs runtime manager."
readme = "README.md"

[dependencies]
serde.workspace = true
thiserror.workspace = true

[lints]
workspace = true