diff --git a/Cargo.lock b/Cargo.lock index e91ac0c..cd70cc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] -name = "helius-rust-sdk" +name = "helius_rust_sdk" version = "0.1.0" dependencies = [ "mockito", diff --git a/Cargo.toml b/Cargo.toml index 2d3a6a6..7610bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "helius-rust-sdk" +name = "helius_rust_sdk" version = "0.1.0" edition = "2021" description ="An asynchronous Helius Rust SDK for building the future of Solana"