23 lines
577 B
TOML
23 lines
577 B
TOML
[package]
|
|
name = "usdpl-build"
|
|
version = "0.11.0"
|
|
edition = "2021"
|
|
authors = ["NGnius <ngniusness@gmail.com>"]
|
|
license = "GPL-3.0-only"
|
|
repository = "https://git.ngni.us/NG-SD-Plugins/usdpl-rs"
|
|
readme = "../README.md"
|
|
description = "Universal Steam Deck Plugin Library core"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nrpc-build = { version = "0.10", path = "../../nRPC/nrpc-build" }
|
|
prost-build = "0.11"
|
|
prost-types = "0.11"
|
|
|
|
# code gen
|
|
prettyplease = "0.2"
|
|
quote = "1.0"
|
|
syn = "2.0"
|
|
proc-macro2 = "1.0"
|
|
|