Example: Cargo.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 effect3[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.html9 10[dependencies]11cty = "0.2.2"12wowcube_sdk = { path = "" }13