Rename all crate directories, package names, binary names, proto package/module paths, ALPN strings, env var prefixes, config filenames, mDNS service names, and plugin ABI symbols from quicproquo/qpq to quicprochat/qpc.
16 lines
374 B
TOML
16 lines
374 B
TOML
# 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" }
|