mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Restructure with workspace
This commit is contained in:
parent
5ae714c9e2
commit
43121ce2ea
9 changed files with 25 additions and 21 deletions
25
Cargo.toml
25
Cargo.toml
|
@ -1,21 +1,4 @@
|
||||||
[package]
|
[workspace]
|
||||||
name = "nut-client"
|
members = [
|
||||||
version = "0.0.4"
|
"nut-client"
|
||||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
]
|
||||||
edition = "2018"
|
|
||||||
description = "Network UPS Tools (NUT) client library"
|
|
||||||
categories = ["network-programming"]
|
|
||||||
keywords = ["ups", "nut"]
|
|
||||||
repository = "https://github.com/aramperes/nut-client-rs"
|
|
||||||
documentation = "https://docs.rs/nut-client"
|
|
||||||
readme = "README.md"
|
|
||||||
license = "MIT"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
shell-words = "1.0.0"
|
|
||||||
dotenv = { version = "0.15.0", optional = true }
|
|
||||||
|
|
||||||
[features]
|
|
||||||
env-file = ["dotenv"]
|
|
||||||
|
|
21
nut-client/Cargo.toml
Normal file
21
nut-client/Cargo.toml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
[package]
|
||||||
|
name = "nut-client"
|
||||||
|
version = "0.0.4"
|
||||||
|
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||||
|
edition = "2018"
|
||||||
|
description = "Network UPS Tools (NUT) client library"
|
||||||
|
categories = ["network-programming"]
|
||||||
|
keywords = ["ups", "nut"]
|
||||||
|
repository = "https://github.com/aramperes/nut-client-rs"
|
||||||
|
documentation = "https://docs.rs/nut-client"
|
||||||
|
readme = "../README.md"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[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