aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 696e1f2fa76e11740d9ecaa4138d6d0a2f5d3255 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "cookbook-render"
description = "A renderer for recipe instruction files (.rif)"
version = "0.1.0"
authors = ["Kaiden Fey <kookie@spacekookie.de>"]
edition = "2018"

[dependencies]
js-sys = "0.3"
yew = "*"