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.
 
 
 

16 lines
670 B

  1. cargo:rerun-if-changed=build.rs
  2. cargo:rustc-check-cfg=cfg(no_core_cstr)
  3. cargo:rustc-check-cfg=cfg(no_core_error)
  4. cargo:rustc-check-cfg=cfg(no_core_net)
  5. cargo:rustc-check-cfg=cfg(no_core_num_saturating)
  6. cargo:rustc-check-cfg=cfg(no_core_try_from)
  7. cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
  8. cargo:rustc-check-cfg=cfg(no_float_copysign)
  9. cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
  10. cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
  11. cargo:rustc-check-cfg=cfg(no_serde_derive)
  12. cargo:rustc-check-cfg=cfg(no_std_atomic)
  13. cargo:rustc-check-cfg=cfg(no_std_atomic64)
  14. cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
  15. cargo:rustc-check-cfg=cfg(no_target_has_atomic)