-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (31 loc) · 1.25 KB
/
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
33
34
35
36
37
38
39
[package]
# ...
name = "aespresso"
version = "0.1.2"
authors = ["Rootyjr <[email protected]>"]
edition = "2018"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown).
description = "A Gtk3 frontend for archlinux's archlinux-java script. Must have gtk3 and lxqt-sudo installed."
# These URLs point to more information about the package. These are
# intended to be webviews of the relevant data, not necessarily compatible
# with VCS tools and the like.
repository = "https://github.com/Rootyjr/aespresso"
# This points to a file under the package root (relative to this `Cargo.toml`).
# The contents of this file are stored and indexed in the registry.
# crates.io will render this file and place the result on the crate's page.
keywords = ["archlinux", "gui", "gtk", "settings", "java"]
categories = []
license = "BSD-2-Clause"
[dependencies]
os_info = "3.0.1"
[dependencies.gtk]
version = "0.9.0"
features = ["v3_16"]
[dependencies.gio]
version = ""
features = ["v2_44"]
[badges]
is-it-maintained-issue-resolution = { repository = "Booglejr/aespresso" }
is-it-maintained-open-issues = { repository = "Booglejr/aespresso" }
maintenance = { status = "passively-maintained" }