mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
feat: smb is now an optional feature (#200)
This commit is contained in:
committed by
GitHub
parent
66888c418c
commit
a071f3d420
@@ -89,13 +89,13 @@ serial_test = "^2.0"
|
||||
cfg_aliases = "0.1"
|
||||
|
||||
[features]
|
||||
default = ["with-keyring"]
|
||||
default = ["smb", "with-keyring"]
|
||||
github-actions = []
|
||||
with-keyring = ["keyring"]
|
||||
smb = ["remotefs-smb"]
|
||||
|
||||
[target."cfg(not(target_os = \"macos\"))"]
|
||||
[target."cfg(not(target_os = \"macos\"))".dependencies]
|
||||
remotefs-smb = "^0.2"
|
||||
remotefs-smb = { version = "^0.2", optional = true }
|
||||
|
||||
[target."cfg(target_family = \"windows\")"]
|
||||
[target."cfg(target_family = \"windows\")".dependencies]
|
||||
|
||||
Reference in New Issue
Block a user