[package]
name = "typewriter-plugin"
version = "1.0.0"
edition = "2024"
description = "Plugin API for typewriter custom language emitters"
license = "Apache-2.0"
repository = "https://github.com/aarambh-darshan/typewriter"
homepage = "https://github.com/aarambh-darshan/typewriter"
keywords = ["codegen", "plugin", "type-sync", "emitter"]
categories = ["development-tools::build-utils"]
authors = ["Darshan Vichhi <aarambhdarshan@gmail.com>"]
[dependencies]
typewriter-core = { path = "../typewriter-core", version = "1.0.0" }
serde = { workspace = true }
toml = { workspace = true }