diff --git a/Cargo.lock b/Cargo.lock index 92f25c4..b393454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] -name = "onepassword-secret-util" +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "opx" version = "0.0.6" dependencies = [ "anyhow", @@ -186,12 +192,6 @@ dependencies = [ "walkdir", ] -[[package]] -name = "option-ext" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - [[package]] name = "os_str_bytes" version = "6.4.1" diff --git a/Cargo.toml b/Cargo.toml index b47e9c4..43fbe06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "onepassword-secret-util" +name = "opx" description = "Enhance 1password secret expansion with the opx CLI" license = "MIT" version = "0.0.6"