Skip to content

Commit 799e9bf

Browse files
committed
add Clone to Steam
1 parent 984e4ea commit 799e9bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const BASE: &str = "https://api.steampowered.com";
8282
#[cfg(feature = "partner")]
8383
const BASE: &str = "https://partner.steam-api.com";
8484

85+
#[derive(Clone)]
8586
pub struct Steam {
8687
api_key: String,
8788
}

0 commit comments

Comments
 (0)