Add vfs_rpc to a workspace

This commit is contained in:
pjht 2024-11-26 11:59:58 -06:00
parent b53eb70d89
commit 0af3c0d321
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

@ -17,3 +17,6 @@ opt-level = "s"
[patch.crates-io]
serde = { git = "https://gitea.pterpstra.com/mikros/serde" }
serde_derive = { git = "https://gitea.pterpstra.com/mikros/serde" }
[workspace]
members = ["vfs_rpc"]