From 901bc468a81cdca4ea475ab4bd217c91546235d2 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 4 Aug 2023 20:28:52 +0200 Subject: [PATCH] cargo meta --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 502fb28..7a30dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "steam-vent" version = "0.1.0" authors = ["Robin Appelman "] edition = "2021" +description = "Interact with the Steam network via rust" +license = "MIT" +repository = "https://github.com/icewind1991/steam-vent" [dependencies] steam-vent-proto = { version = "0.3", path = "./protobuf" }