Add support for building proofs using a local recursive resolver
[dnssec-prover] / src / lib.rs
index 5a54a8cb56b3572ee06d2f4a17ed15f86d0ccf3a..14104e50d6b534e34383d7fbe224013fc9db2d8f 100644 (file)
@@ -16,7 +16,7 @@
 
 #![deny(missing_docs)]
 
-#![no_std]
+#![cfg_attr(not(feature = "std"), no_std)]
 extern crate alloc;
 
 use alloc::vec::Vec;