16 lines
302 B
TOML
16 lines
302 B
TOML
[package]
|
|
name = "usdpl-core"
|
|
version = "0.4.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-only"
|
|
repository = "https://github.com/NGnius/usdpl-rs"
|
|
readme = "README.md"
|
|
description = "Universal Steam Deck Plugin Library core"
|
|
|
|
[features]
|
|
default = []
|
|
decky = []
|
|
crankshaft = []
|
|
|
|
[dependencies]
|
|
base64 = "0.13"
|