File: Cargo.toml

package info (click to toggle)
startup-disk 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 396 kB
  • sloc: xml: 86; makefile: 62
file content (23 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "startup-disk"
version = "0.1.5"
authors = ["Davide Cavalca <davide@cavalca.name>"]
edition = "2021"
repository = "https://gitlab.gnome.org/davide125/startup-disk.git"
homepage = "https://gitlab.gnome.org/davide125/startup-disk"
license = "MIT"
documentation = "https://gitlab.gnome.org/davide125/startup-disk"
description = "Interface to choose the startup volume on Apple Silicon systems"
categories = ["hardware-support"]
keywords = ["gnome", "asahi"]

[dependencies]
adw = { version = "0.7.1", package = "libadwaita", features = ["v1_6"] }
asahi-bless = "0.4.2"
gtk = { version = "0.9.5", package = "gtk4", features = ["gnome_47"] }
rand = "0.8"
uuid = "1"
uzers = "0.12"

[build-dependencies]
glib-build-tools = "0.20"