From cb981ce2d3d1a1c23b5b86167cc752b1e29a2f70 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 29 Sep 2024 16:53:36 +0200 Subject: [PATCH] cargo description for dota2 bufs --- protobuf/dota2/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf/dota2/Cargo.toml b/protobuf/dota2/Cargo.toml index 7f0d10b..abdb358 100644 --- a/protobuf/dota2/Cargo.toml +++ b/protobuf/dota2/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "steam-vent-proto-dota2" +description = "Protobuf structs used by the Steam client protocol for Dota2" version = "0.5.0" edition = "2021" rust-version = "1.75.0"