mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-10 22:29:09 -07:00
16 lines
340 B
TOML
16 lines
340 B
TOML
[package]
|
|
name = "brk_bundler"
|
|
description = "A thin wrapper around rolldown"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
notify = "8.0.0"
|
|
brk_rolldown = "0.0.1"
|
|
sugar_path = "1.2.0"
|
|
tokio = { workspace = true }
|