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
20
build/Cargo.toml
Normal file
20
build/Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "steam-vent-proto-build"
|
||||
description = "Build steam-vent compatible protobuf bindings"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
license = "MIT"
|
||||
repository = "https://codeberg.org/steam-vent/proto"
|
||||
|
||||
[dependencies]
|
||||
protobuf-codegen = "=3.5.1"
|
||||
protobuf-parse = "=3.5.1"
|
||||
protobuf = "=3.5.1"
|
||||
walkdir = "2.3.3"
|
||||
clap = { version = "4.3.19", features = ["derive"] }
|
||||
quote = "1.0.32"
|
||||
prettyplease = "0.2.12"
|
||||
syn = { version = "2.0.28", features = ["full"] }
|
||||
proc-macro2 = "1.0.66"
|
||||
ahash = "0.8.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue