any_type 0.5.0

A library for the Anytype API
Documentation
// Project-local debug tasks
//
// For more documentation on how to configure debug tasks,
// see: https://zed.dev/docs/debugger
[
  {
    "adapter": "CodeLLDB",
    "label": "run list_properties",
    "build": {
      "label": "run list_properties",
      "command": "cargo",
      "args": ["run", "--bin", "list_properties"],
      "use_new_terminal": false,
      "allow_concurrent_runs": false,
      "reveal": "always",
      "reveal_target": "dock",
      "hide": "never",
      "tags": [],
      "shell": "system",
      "show_summary": false,
      "show_command": false,
    },
    "sourceLanguages": ["rust"],
    "request": "launch",
    "program": "$ZED_WORKTREE_ROOT/target/debug/list_properties",
    "cwd": "$ZED_WORKTREE_ROOT",
    "args": [
      "list_properties",
      "bafyreiasjz6ul3xngnb4tbg4rngqcnlunid7jdzzmfpxqfne4t5ewabmwm.3nw4tz4srgsuw",
    ],
  },
]