Rename to test-utils

This commit is contained in:
Guillermo Bescos 2024-01-24 18:06:48 +00:00
parent 00d1378f89
commit f1345f67ed
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ edition = "2021"
crate-type = ["lib"]
name = "pythnet_sdk"
[features]
test-utils = ["dep:wormhole-sdk", "dep:serde_wormhole"]
[dependencies]
bincode = "1.3.1"
borsh = "0.10.3"

View File

@ -5,6 +5,9 @@ pub mod messages;
pub mod wire;
pub mod wormhole;
#[cfg(feature = "test-utils")]
pub mod test_utils;
pub(crate) type Pubkey = [u8; 32];
/// Official Message Buffer Program Id