mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-05-16 06:17:13 +00:00
remove anyhow
dependency
This commit is contained in:
parent
7086225b40
commit
77dd32e5d0
3 changed files with 7 additions and 15 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -50,12 +50,6 @@ dependencies = [
|
|||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.0"
|
||||
|
@ -118,7 +112,6 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|||
name = "json2env"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"serde_json",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue