From 78f66a545bd769077d08f6c04e4529937ef6a361 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Fri, 12 Apr 2024 19:51:00 +0800 Subject: [PATCH] feat: expose with-trace in sauron --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a2105281..f97ea097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]