skhtml/examples/rocket/Cargo.toml

11 lines
249 B
TOML
Raw Normal View History

2018-11-14 19:00:29 +00:00
[package]
name = "typed-html-rocket-test"
version = "0.1.0"
2019-03-15 23:06:20 +00:00
edition = "2018"
2018-11-14 19:00:29 +00:00
authors = ["Bodil Stokke <bodil@bodil.org>"]
[dependencies]
2018-11-17 19:39:57 +00:00
typed-html-macros = { path = "../../macros" }
typed-html = { path = "../../typed-html" }
2018-11-14 19:00:29 +00:00
rocket = "0.4.0-rc.1"