Use once_cell to allow for global static immutable options
So they don't have to be passed around all over the place
This commit is contained in:
@@ -6,5 +6,6 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
once_cell = "^1.9.0"
|
||||
structopt = "^0.3.26"
|
||||
syslog = "^6.0"
|
||||
Reference in New Issue
Block a user