Skip to content
Snippets Groups Projects
Select Git revision
  • 1a57da364e06d67c0a07bf2d51783cb5d80636ba
  • master default protected
  • v5
  • stable
4 results

Cargo.toml

Blame
  • This project manages its dependencies using Cargo. Learn more
    tasks.json 319 B
    {
        // See https://go.microsoft.com/fwlink/?LinkId=733558 
        // for the documentation about the tasks.json format
        "version": "2.0.0",
        "tasks": [
            {
                "type": "cargo",
                "subcommand": "build",
                "problemMatcher": [
                    "$rustc"
                ]
            }
        ]
    }