Skip to content

Commit

Permalink
feat: expose with-trace in sauron
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 12, 2024
1 parent 01913c7 commit 78f66a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ with-measure = ["sauron-core/with-measure"]
with-debug = ["sauron-core/with-debug"]
log-patches = ["with-debug", "sauron-core/log-patches"]
test-fixtures = ["sauron-core/test-fixtures"] #include the test-fixtures for updating the program with the supplied vdom
with-trace = ["sauron-core/with-trace"]

# lets you use node! macro to write html like code in the view
with-node-macro = ["sauron-macro"]
Expand Down

0 comments on commit 78f66a5

Please sign in to comment.