[package] name = "steam-vent-proto-steam" description = "Protobuf structs used by the Steam client protocol for Steam" version = "0.5.2" edition = "2021" rust-version = "1.75.0" authors = ["Robin Appelman "] license = "MIT" repository = "https://codeberg.org/steam-vent/proto" [dependencies] steam-vent-proto-common = { version = "0.5.1", path = "../common" }