Skip to content

Commit

Permalink
corrosion template updates w/ docs (#56)
Browse files Browse the repository at this point in the history
* added a template appendix to the quick start and improved the template engine

* link to Rhai

* use stable rust

* update corro tpl tests
  • Loading branch information
jeromegn authored Sep 18, 2023
1 parent 65b856a commit f10aca8
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 120 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ uhlc = { version = "0.5.2", features = ["defmt"] }
uuid = { version = "1.3.1", features = ["v4", "serde"] }
webpki = { version = "0.22.0", features = ["std"] }


[profile.release]
debug = 1
incremental = true
Expand Down
2 changes: 1 addition & 1 deletion crates/corro-tpl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hex = { workspace = true }
hostname = { workspace = true }
indexmap = { workspace = true }
rhai = { workspace = true }
rhai-tpl = { version = "0.1.0" }
rhai-tpl = { version = "0.1.2" }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
Expand Down
Loading

0 comments on commit f10aca8

Please sign in to comment.