mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-26 09:08:57 +03:00
db21a44eb0
[Trunk](https://trunkrs.dev) is a tool that allow you to build web apps using Rust and webassembly, including compiling scss, and distributing other assets. Adds `craneLib.buildTrunkPackage`, a function that builds a Trunk project returning a directory with the resulting dist files for that project --------- Co-authored-by: Ivan Petkov <ivanppetkov@gmail.com>
9 lines
113 B
TOML
9 lines
113 B
TOML
[package]
|
|
name = "trunk"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
console_log = "1.0.0"
|
|
log = "0.4.17"
|