[package]
edition = "2021"
name = "typewriter-typescript"
version = "0.3.0"
authors = ["Darshan Vichhi <aarambhdarshan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript emitter for the typewriter type sync SDK"
homepage = "https://github.com/aarambh-darshan/typewriter"
readme = "README.md"
keywords = [
"codegen",
"typescript",
"type-sync",
"interface",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://github.com/aarambh-darshan/typewriter"
[lib]
name = "typewriter_typescript"
path = "src/lib.rs"
[dependencies.typewriter-core]
version = "0.3.0"