21 lines
437 B
TOML
21 lines
437 B
TOML
[package]
|
|
name = "redox_installer_gui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
pkgar = "0.1.9"
|
|
pkgar-core = "0.1.0"
|
|
pkgar-keys = "0.1.0"
|
|
redox_installer = "0.2.30"
|
|
toml = "0.5.6"
|
|
|
|
[dependencies.libcosmic]
|
|
git = "https://github.com/pop-os/libcosmic.git"
|
|
default-features = false
|
|
features = ["winit"]
|
|
|
|
[patch.crates-io]
|
|
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-unix-0.13.5" }
|