Fix windows verbatim paths (#1295)

This commit is contained in:
EgoMoose
2026-07-05 14:26:35 -04:00
committed by GitHub
parent 0289491ccb
commit 7ade19293c
8 changed files with 93 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ homepage = "https://github.com/rojo-rbx/rojo/tree/master/memofs"
[dependencies]
crossbeam-channel = "0.5.12"
dunce = "1.0.5"
fs-err = "2.11.0"
notify = "4.0.17"
serde = { version = "1.0.197", features = ["derive"] }