Skip to content

Using workspace #2

@rustkas

Description

@rustkas

I was a little bit confused about working with workspace because VS Code functionality of Rust tools generate a little bit different syntax of workspace description. They bring workspace information on top of Cargo.toml file like that:

workspace = { members = [ "session1/hello_world", "session1/variables"] }
[package]
name = "live_at_ardan"
version = "0.1.0"
edition = "2021"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions