pubky / pkarr

Public Key Addressable Resource Records (sovereign TLDs)
https://app.pkarr.org
MIT License
153 stars 17 forks source link

fix: build without default features #54

Closed Frando closed 6 months ago

Frando commented 6 months ago

cargo build --no-default-features currently fails to build because mainline types are used. This PR fixes this by adding more #[cfg(feature = "dht")] directives.