diff --git a/Cargo.toml b/Cargo.toml index f5e4b54..9b56dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steam-webapi-rust-sdk" -version = "0.0.1" +version = "0.0.2" homepage = "https://github.com/bohdaq/steam-webapi-rust-sdk" repository = "https://github.com/bohdaq/steam-webapi-rust-sdk" readme = "README.md" diff --git a/src/store_steampowered_com.rs b/src/store_steampowered_com.rs index 22d2316..980aa69 100644 --- a/src/store_steampowered_com.rs +++ b/src/store_steampowered_com.rs @@ -1,4 +1,4 @@ -pub(crate) mod appdetails; +pub mod appdetails; #[cfg(test)] mod appdetails_test; \ No newline at end of file