truce-plugin 0.49.17

User-facing PluginLogic traits for truce - the plugin author's entry point.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "truce-plugin"
version.workspace = true
repository.workspace = true
homepage.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description = "User-facing PluginLogic traits for truce - the plugin author's entry point."

[dependencies]
truce-core = { workspace = true }
truce-gui-types = { workspace = true }
truce-params = { workspace = true }

[lints]
workspace = true