Multi platform (Linux and Windows) support

This commit is contained in:
2026-02-25 22:32:47 +01:00
parent e705b3e839
commit ae15494e85
4 changed files with 393 additions and 5 deletions

View File

@@ -10,3 +10,6 @@ dirs = "6.0.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_bytes = "0.11.19"
slug = "0.1.6"
[target.'cfg(target_os = "windows")'.dependencies]
uds_windows = "1.1.0"