Files
2025-09-21 14:58:50 +02:00

194 B

SteamApi

A library to get the relevant information from the steam api

Adding the library as a dependency

def deps do
  [
    {:steam_api, path: "../steam_api"}
  ]
end