mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
Remove mount from default features
rage-mount does not work on Windows, so instead make it optional.
This commit is contained in:
parent
14eb033f9f
commit
4620b243f0
2 changed files with 5 additions and 258 deletions
|
@ -56,7 +56,11 @@ zip = { version = "0.5", optional = true }
|
|||
man = "0.3"
|
||||
|
||||
[features]
|
||||
default = ["cli", "mount"]
|
||||
default = ["cli"]
|
||||
cli-common = ["dialoguer", "dirs", "gumdrop"]
|
||||
cli = ["cli-common", "chrono", "console", "minreq"]
|
||||
mount = ["cli-common", "env_logger", "fuse_mt", "libc", "log", "tar", "time", "zip"]
|
||||
|
||||
[[bin]]
|
||||
name = "rage-mount"
|
||||
required-features = ["mount"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue