# This is a standalone cdylib crate outside the main workspace. [workspace] [package] name = "logging_plugin" version = "0.1.0" edition = "2021" description = "Reference quicprochat server plugin: logs all hook events to stderr." license = "MIT" [lib] crate-type = ["cdylib"] [dependencies] quicprochat-plugin-api = { path = "../../../crates/quicprochat-plugin-api" }