This example demonstrates the structured layout of a package.toml configuration to manage third-party library dependencies and metadata in TechScript.
[package]
name = "math_demo"
version = "1.0.0"
authors = ["Tanmoy Majumder <[email protected]>"]
description = "A math library demo package"
[dependencies]
http_helper = "1.2.0"tech package installThis fetches the required dependencies matching the semver specifications and stores them in the local package compiler cache directory.