Contents Menu Expand Light mode Dark mode Auto light/dark mode
Clio documentation
Logo
Clio documentation

Table of Contents

  • Clio Documentation
  • Install
  • Quick Start
  • Supported Platforms
  • Medium articles
  • Official Tutorial
    • Introduction
    • Prepreparation
    • Hello World!
    • Comments
    • Constants
    • Functions
    • Pipes
    • Flows
    • Async/Await
    • Control Flow
    • Parallelism
    • Emitters
    • Strings
    • Hash maps
    • Range
    • Slicing
    • Logicals
    • Comparison
    • Importing
    • Decorators
    • Static Typing
    • Types
    • Lists
    • Hosting
  • Clio Executable
    • Clio build
    • clio completion
    • clio deps
    • clio highlight
    • clio host
    • clio new
    • clio run
  • Modules
    • Clio modules
    • JS Modules
  • Tools and Editors
    • VSCode
  • Debugging
    • Google Chrome / Chromium
    • Microsoft Edge
    • Mozilla Firefox
    • Apple Safari
    • Visual Studio Code
  • Reference
    • Performance
    • Project Manifest File
      • Metadata
      • Build section
      • Dependencies section
      • Parallelism
    • RPC
      • The RPC stack
      • Serialization
      • Message structure
  • Development
    • File Structure
  • Links
    • Community
  • Change Log
  • Support Clio

Project Manifest FileΒΆ

The clio.toml file in each project serves as its _manifest_. Each manifest consists of multiple fields, through which the project can be configured.

Contents

  • Metadata
    • The title field
    • The description field
    • The version field
    • The license field
    • The authors field
    • The keywords field
  • Build section
    • The destination field
    • The source field
    • The target field
  • Dependencies section
    • NPM dependencies
  • Parallelism
    • Servers
    • Workers
    • Executor
Next
Metadata
Previous
Performance
Clio Docs (Licensed under Apache 2.0) | Built with Sphinx and the Furo theme. | Page Source
Edit on GitHub