Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ name = "simple_nft"
# backend builds on the default feature set, so no `required-features` is
# needed anymore.

[[example]]
name = "simple_nft_dual"
# M9-2 #157: diagnostic sibling of simple_nft, drives DualFreakMatcher to
# compare C++ vs pure-Rust FREAK backends on the same query.
# - dual-mode -> DualFreakMatcher (transitively pulls ffi-backend)
# - log-helpers -> ar_log_init_default() so arlog_*! macros emit output
required-features = ["dual-mode", "log-helpers"]

[[example]]
name = "load_nft"
required-features = ["log-helpers"]
Expand Down
Loading
Loading