Commit fcda384
committed
build(Mountain): add base64 dependency for encoding needs
Added the base64 v0.22.1 crate to support upcoming encoding/decoding requirements in the Mountain backend. This aligns with Land's need to handle:
- RPC payload serialization in the Vine IPC layer
- Potential binary data handling in extension communication via Cocoon
- File content encoding for River/Sun filesystem operations
The selection of a maintained version ensures compatibility with Tauri's security requirements while providing modern encoding APIs. This foundational dependency will be used in future work for persistent state serialization and extension host protocol compliance.1 parent a94537e commit fcda384
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments