Skip to content

Commit

Permalink
fix: pkarr timestamp export and add .cargo/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Feb 11, 2025
1 parent 46ccc55 commit 1485293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target/
config.toml
/result
/.direnv
2 changes: 2 additions & 0 deletions pkarr/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""]
1 change: 1 addition & 0 deletions pkarr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pub use keys::{Keypair, PublicKey};
pub use signed_packet::{SignedPacket, SignedPacketBuilder};

// Rexports
#[cfg(feature = "signed_packet")]
pub use pubky_timestamp::Timestamp;
#[cfg(feature = "signed_packet")]
pub use simple_dns as dns;
Expand Down

0 comments on commit 1485293

Please sign in to comment.