crane/checks/trunk/Cargo.toml
Leonardo Eugênio db21a44eb0
Trunk support (#299)
[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>
2023-04-29 12:34:39 -07:00

9 lines
113 B
TOML

[package]
name = "trunk"
version = "0.1.0"
edition = "2021"
[dependencies]
console_log = "1.0.0"
log = "0.4.17"