mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
14 lines
307 B
TOML
14 lines
307 B
TOML
[package]
|
|
name = "bun-native-plugin"
|
|
description = "Rustified wrapper for writing native plugins for Bun."
|
|
license = "MIT"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
# use local path in dev and publish to crates.io in prod
|
|
bun-macro = { path = "./bun-macro", version = "0.1.0" }
|
|
|
|
|