feat: implement RFS client with authentication and file management APIs

This commit is contained in:
Sameh Abouelsaad
2025-08-27 17:59:20 +03:00
parent b39f24ca8f
commit c2969621b1
154 changed files with 8065 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ sal-net = { workspace = true }
sal-zinit-client = { workspace = true }
sal-kubernetes = { workspace = true }
sal-service-manager = { workspace = true, features = ["rhai"] }
sal-rfs-client = { workspace = true }
[features]