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