Skip to content

feat(core): initialize cargo workspace and module structure (#5) - #23

Merged
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/5-cargo-workspace-init
Jul 11, 2026
Merged

feat(core): initialize cargo workspace and module structure (#5)#23
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/5-cargo-workspace-init

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Summary of Changes

  • Initialized Cargo.toml with required dependencies (tokio, serde, serde_json, secrecy, tracing, thiserror, reqwest, etc.).
  • Set up modular folder structure: src/{transport, rpc, driver, mapper, sdui, utils}/mod.rs along with error.rs, config.rs, and main.rs.
  • Added manifest.json conforming to Querya Block E Sandbox specification (256MB RAM, connection_host_only, secretsStore).
  • Created placeholder assets/icon.svg and assets/connection_form.json.
  • Configured .gitignore to exclude /target/ and build artifacts.

Closes #5

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit 33ef1dc into dev Jul 11, 2026
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/5-cargo-workspace-init branch July 30, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant