diff --git a/Cargo.toml b/Cargo.toml index 9f905be..a7d0d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,14 @@ objc2-fs-kit = "0.3.2" objc2-foundation = "0.3.2" objc2 = "0.6.4" +[[bin]] +name = "fskit_mount" +path = "src/bin/fskit_mount.rs" + +[[bin]] +name = "fskit_poc" +path = "src/bin/fskit_poc.rs" + [dev-dependencies] axum-test = "14" tempfile = "3.27.0"