2022-12-07 22:07:25 +00:00
|
|
|
[package]
|
|
|
|
name = "not-decky-store"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-08 02:30:10 +00:00
|
|
|
decky_api = { version = "0.1.0", path = "./decky_api" }
|
|
|
|
|
|
|
|
# web framework
|
|
|
|
actix-web = "4.2"
|
|
|
|
actix-cors = "0.6"
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
include = [
|
|
|
|
"decky_api"
|
|
|
|
]
|