mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +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>
10 lines
228 B
TOML
10 lines
228 B
TOML
[package]
|
|
name = "trunk-simple"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yew = { version = "0.20", features = ["csr"] }
|