usdpl-rs/usdpl-back/Cargo.toml

18 lines
384 B
TOML
Raw Normal View History

2022-06-08 01:05:04 +01:00
[package]
name = "usdpl-back"
2022-06-14 01:12:25 +01:00
version = "0.2.0"
2022-06-08 01:05:04 +01:00
edition = "2021"
license = "GPL-3.0-only"
repository = "https://github.com/NGnius/usdpl-rs"
2022-06-13 02:30:01 +01:00
readme = "README.md"
description = "Universal Steam Deck Plugin Library back-end"
2022-06-08 01:05:04 +01:00
[features]
default = []
decky = []
crankshaft = []
2022-06-08 01:05:04 +01:00
[dependencies]
usdpl-core = { version = "0.1.0", path = "../usdpl-core" }
2022-06-14 01:12:25 +01:00
tungstenite = { version = "0.17" }