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.
|
- cargo:rerun-if-changed=build.rs
- cargo:rustc-check-cfg=cfg(doc_cfg)
- cargo:rustc-check-cfg=cfg(no_alloc_crate)
- cargo:rustc-check-cfg=cfg(no_const_vec_new)
- cargo:rustc-check-cfg=cfg(no_exhaustive_int_match)
- cargo:rustc-check-cfg=cfg(no_non_exhaustive)
- cargo:rustc-check-cfg=cfg(no_nonzero_bitscan)
- cargo:rustc-check-cfg=cfg(no_str_strip_prefix)
- cargo:rustc-check-cfg=cfg(no_track_caller)
- cargo:rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)
- cargo:rustc-check-cfg=cfg(test_node_semver)
|