tsn 0.1.1

TypeScript to native executable compiler
[package]
name = "tsn"
version = "0.1.1"
edition = "2021"
description = "TypeScript to native executable compiler"
license = "MIT"
authors = ["michael"]
repository = "https://github.com/itszzl-sudo/ts-native"
readme = "README.md"
keywords = ["compiler", "typescript", "native", "cranelift"]
categories = ["compilers"]

[[bin]]
name = "tsn"
path = "src/main.rs"

[dependencies]
cranelift = "0.93"
cranelift-module = "0.93"
cranelift-object = "0.93"
cranelift-codegen = "0.93"
cranelift-native = "0.93"
target-lexicon = "0.12"
anyhow = "1.0"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"