mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 21:18:31 -04:00
fix: readme, missing dotenv, lint
This commit is contained in:
parent
7988d6adcb
commit
ddb003dc0c
3 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nut-client"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||
edition = "2018"
|
||||
description = "Network UPS Tools (NUT) client library"
|
||||
|
@ -15,3 +15,7 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
shell-words = "1.0.0"
|
||||
dotenv = { version = "0.15.0", optional = true }
|
||||
|
||||
[features]
|
||||
env-file = ["dotenv"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue