Removing features
There’s currently 3 features:
- mdns
- ssh
- evaluate-compression
To install from source and disable them all, run:
cargo install quick-file-transfer --no-default-features
To enable the ssh
and mdns
features run:
cargo install quick-file-transfer --no-default-features --features ssh,mdns