mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
12 lines
No EOL
378 B
TOML
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" } |