13 lines
399 B
TOML
13 lines
399 B
TOML
[package]
|
|
name = "plugin-template-api2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "API v2 compatibility fixture for the out-of-process plugin path."
|
|
license = "GPL-3.0-only"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
ocs_plugin_api = { path = "../ocs_plugin_api", features = ["host"] }
|
|
acadrust = { git = "https://github.com/ramox81/cadcodec.git", rev = "6dcda1a", features = ["serde"] }
|