-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
31 lines (30 loc) · 842 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
[package]
name = "reboot-arch-btw"
version = "0.8.1"
repository = "https://github.com/rnestler/reboot-arch-btw"
license = "GPL-3.0-only"
authors = [
"Raphael Nestler <[email protected]>",
"Stefan Schindler <[email protected]>",
"Danilo Bargen <[email protected]>",
]
description = "Check if you need to reboot due to an updated kernel. (I use Arch btw!)"
readme = "README.md"
keywords = ["i-use-arch-btw", "arch", "linux", "kernel"]
categories = ["command-line-utilities"]
include = [
"**/*.rs",
"Cargo.toml",
"Cargo.lock",
"README.md",
]
edition = "2021"
[dependencies]
alpm = "4.0.1"
clap = { version = "4.5.20", features = ["help", "usage", "error-context", "std", "derive"], default-features = false }
notify-rust = "4.11"
utmp-rs = "0.4.0"
time = "0.3.36"
log = "0.4.22"
env_logger = "0.11.5"
anyhow = "1.0.92"