-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (29 loc) · 853 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "sakaya"
description = "Run native wine applications inside declarative systemd-nspawn containers."
version = "0.1.0"
authors = ["Copyright (C) 2023 Donovan Glover <https://donovan.is/>"]
repository = "https://github.com/donovanglover/sakaya"
license = "MIT"
edition = "2021"
[dependencies]
axum = "0.7.7"
clap = { version = "4.5.20", features = ["derive"] }
home = "0.5.9"
ico = "0.3.0"
local-ip-address = "0.6.3"
minreq = { version = "2.12.0", features = ["json-using-serde"] }
notify-rust = "4.11.3"
pelite = "0.10.0"
serde = "1.0.214"
tokio = { version = "1.41.0", features = ["full"] }
urlencoding = "2.1.3"
[build-dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap_complete = "4.5.36"
clap_mangen = "0.2.24"
[dev-dependencies]
assert_cmd = "2.0.16"
rustympkglib = "0.1.1"
serde = "1.0.214"
toml = "0.8.15"