proto/steam/Cargo.toml
2025-10-19 15:11:04 +02:00

12 lines
No EOL
378 B
TOML

[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 <robin@icewind.nl>"]
license = "MIT"
repository = "https://codeberg.org/steam-vent/proto"
[dependencies]
steam-vent-proto-common = { version = "0.5.1", path = "../common" }