esbuild-bundle/examples/print-bundle/Cargo.toml
2024-08-06 12:44:21 +01:00

8 lines
176 B
TOML

[package]
name = "print-bundle"
description = "A simple demonstration that prints the bundled output path"
edition = "2021"
[dependencies]
esbuild-bundle = { path = "../.." }