Skip to content

Commit

Permalink
Merge pull request #16 from alexkunde/defaults
Browse files Browse the repository at this point in the history
Multiple improvements and fixes
  • Loading branch information
gwbres authored Jul 18, 2023
2 parents 74b7bbf + e20fdfb commit 3f579b2
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 271 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
description = "Small crate to interact with systemd units"
homepage = "https://github.com/gwbres/systemctl"
edition = "2018"
edition = "2021"
readme = "README.md"

[env]
SYSTEMCTL_PATH = { value = "/usr/bin/systemctl", relative = false }

[dependencies]
strum = "0.24.0"
strum_macros = "0.24.0"
itertools = "0.10.3"
default-env = "0.1"
strum = "0.25"
strum_macros = "0.25"
itertools = "0.11"
Loading

0 comments on commit 3f579b2

Please sign in to comment.