Cargo Features
[dependencies]
ghosttext-any = { version = "0.2.1", default-features = false, features = ["watch_changes", "systemd"] }
- default = watch_changes
-
The
watch_changes
feature is set by default wheneverghosttext-any
is added without
somewhere in the dependency tree.default-features = false - watch_changes default
-
watch file for changes and update browser on edits may not work well on all platforms
Enables notify ^5.1.0
- systemd
-
listen on socket passed by systemd
Enables systemd-journal-logger ^0.7.0
Affects
settings::Settings.from_systemd
…