Skip to content

Commit fcda384

Browse files
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

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tauri = { version = "2.5.1", features = [
2929
tokio = { workspace = true }
3030
tokio-tungstenite = { workspace = true }
3131
unbug = { workspace = true }
32+
base64 = "0.22.1"
3233

3334
[features]
3435
Debug = []

0 commit comments

Comments
 (0)