runtime: bind workspaces to issuer

This commit is contained in:
2026-07-30 13:42:53 +09:00
parent ac6c8b275d
commit d94ef81b43
6 changed files with 374 additions and 110 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ pub mod working_directory;
#[cfg(feature = "fs-store")]
pub use fs_store::{FsRuntimeStore, FsRuntimeStoreOptions};
pub use management::{RuntimeLimits, RuntimeOptions};
pub use runtime::Runtime;
pub use runtime::{Runtime, RuntimeWorkspaceScope};