mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-04 02:34:08 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
12
common/Cargo.toml
Normal file
12
common/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "steam-vent-proto-common"
|
||||
description = "Trait for protobuf structs used by the Steam client protocol"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.75.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
license = "MIT"
|
||||
repository = "https://codeberg.org/steam-vent/proto"
|
||||
|
||||
[dependencies]
|
||||
protobuf = { version = "=3.5.1", features = ["with-bytes"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue