mysql-handler-build 0.2.0

Build-script helper for mysql-handler downstream engine cdylibs
Documentation
[package]
name = "mysql-handler-build"
version.workspace = true
description = "Build-script helper for mysql-handler downstream engine cdylibs"
readme = "README.md"
authors = ["ren-yamanashi"]
license = "GPL-2.0-only"
edition = "2024"
repository = "https://github.com/ren-yamanashi/rusty_mysql_handler"
homepage = "https://github.com/ren-yamanashi/rusty_mysql_handler"
documentation = "https://docs.rs/mysql-handler-build"
keywords = ["mysql", "ffi", "plugin", "storage-engine", "build-helper"]
categories = ["development-tools::build-utils"]
rust-version = "1.85"
include = [
  "/src/**/*.rs",
  "/Cargo.toml",
  "/README.md",
  "/LICENSE",
]

[lints]
workspace = true