File tree 2 files changed +9
-1
lines changed
cargo-credential-macos-keychain
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ description = "A Cargo credential process that stores tokens in a macOS keychain
8
8
9
9
[dependencies ]
10
10
cargo-credential = { version = " 0.2.0" , path = " ../cargo-credential" }
11
+
12
+ [target .'cfg(target_os = "macos")' .dependencies ]
11
13
security-framework = " 2.0.0"
Original file line number Diff line number Diff line change @@ -8,4 +8,10 @@ description = "A Cargo credential process that stores tokens with Windows Creden
8
8
9
9
[dependencies ]
10
10
cargo-credential = { version = " 0.2.0" , path = " ../cargo-credential" }
11
- windows-sys = { version = " 0.48" , features = [" Win32_Foundation" , " Win32_Security_Credentials" ] }
11
+
12
+ [target .'cfg(windows)' .dependencies .windows-sys ]
13
+ version = " 0.48"
14
+ features = [
15
+ " Win32_Foundation" ,
16
+ " Win32_Security_Credentials"
17
+ ]
You can’t perform that action at this time.
0 commit comments