Reorganise examples.

This commit is contained in:
Bodil Stokke 2018-11-17 19:39:57 +00:00
parent 28513b93e9
commit c0d9d679db
6 changed files with 6 additions and 6 deletions

View File

@ -2,6 +2,6 @@
members = [
"typed-html",
"macros",
"wasm",
"rocket"
"examples/wasm",
"examples/rocket"
]

View File

@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
[dependencies]
typed-html-macros = { path = "../macros" }
typed-html = { path = "../typed-html" }
typed-html-macros = { path = "../../macros" }
typed-html = { path = "../../typed-html" }
rocket = "0.4.0-rc.1"

View File

@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
[dependencies]
typed-html-macros = { path = "../macros" }
typed-html = { path = "../typed-html" }
typed-html-macros = { path = "../../macros" }
typed-html = { path = "../../typed-html" }
stdweb = "0.4.10"