generic-lang-api 0.1.3

Plugin ABI and authoring API for the generic programming language
Documentation
[package]
name        = "generic-lang-api"
description = "Plugin ABI and authoring API for the generic programming language"
# Versioned independently from the workspace: this crate tracks ABI
# stability for plugin authors, not interpreter releases.
version     = "0.1.3"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
readme.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[package.metadata.release]
# The API crate has its own version, tag, and release history, decoupled from
# the interpreter releases. See release.toml for the workspace defaults this
# overrides.
tag-prefix = "generic-lang-api-"
shared-version = true
pre-release-commit-message = "Bump generic-lang-api to {{version}}"

[dependencies]