radicle-systemd: Guard `mod listen` for Unix
This crate does not build on Windows, because there is a Unix-only use
in mod listen. To get the crate to build, guard the module
appropriately.
1 file changed
+1
-1
5cd016b5
→
5cd016b5
modified crates/radicle-systemd/src/lib.rs
@@ -3,5 +3,5 @@
|
|
|
|
|
|
| - | |
| + | |
|