WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. This section gets modified automatically to match the settings of your project
Mission NodeSDK 6.3RustbasicsProject Included

This section gets modified automatically to match the settings of your project

Example: Cargo.toml

Examples / SDK 6.3 / Rust / basics / Getting Started / project
This section gets modified automatically to match the settings of your project
TOML
1# This section gets modified automatically to match the settings of your project
2# Changing of name or version manually here will have no effect
3[package]
4name = ""
5version = "1.0.0"
6edition = "2021"
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11cty = "0.2.2"
12wowcube_sdk = { path = "" }
13
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

This section gets modified automatically to match the settings of your project
project/Cargo.toml
cubeapp.rs
project/src/cubeapp.rs
main.rs
project/src/main.rs
wowcubeapp-build.json
project/wowcubeapp-build.json
Jump Grid

On This Page

Changing of name or version manually here will have no effectSee more keys and their definitions at https://doc.rust lang.org/cargo/reference/manifest.html
Context Rail

Related nodes

wowcubeapp-build.json
Examples / SDK 6.3 / Rust / basics / Getting Started / project
Getting Started
Examples / SDK 6.3 / Rust / basics
info.json
Examples / SDK 6.3 / Rust / basics / Getting Started
cubeapp.rs
Examples / SDK 6.3 / Rust / basics / Getting Started / project / src
Previous Node
info.json
Examples / SDK 6.3 / Rust / basics / Getting Started
Next Node
cubeapp.rs
Examples / SDK 6.3 / Rust / basics / Getting Started / project / src