2022-07-29 16:42:05 +03:00
|
|
|
[package]
|
|
|
|
name = "vnetod"
|
|
|
|
description = "Dotenv state switcher"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0+"
|
|
|
|
repository = "https://git.pleshevski.ru/pleshevskiy/vnetod.git"
|
|
|
|
keywords = ["env", "dotenv", "switcher", "change"]
|
|
|
|
categories = ["command-line-interface", "config", "development-tools"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-29 18:44:38 +03:00
|
|
|
clap = { version = "3.2.15", features = ["derive"] }
|