The smart contract component for PuffPastry.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
487 B

  1. cargo:rerun-if-changed=build.rs
  2. cargo:rustc-check-cfg=cfg(doc_cfg)
  3. cargo:rustc-check-cfg=cfg(no_alloc_crate)
  4. cargo:rustc-check-cfg=cfg(no_const_vec_new)
  5. cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)
  6. cargo:rustc-check-cfg=cfg(no_non_exhaustive)
  7. cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)
  8. cargo:rustc-check-cfg=cfg(no_str_strip_prefix)
  9. cargo:rustc-check-cfg=cfg(no_track_caller)
  10. cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)
  11. cargo:rustc-check-cfg=cfg(test_node_semver)