Table of Contents
sense
The sense table type contains information about a given sense package, its authors and its dependencies.
You can access the sense table for the entrypoint Sense package through the info
field of the global sense table.
name
The name field contains the name string of the current Sense package, equivalent to its root directory name.
version
The version field contains the SemVer formatted version string of the Sense as described in its sense.toml file.
description
The description field contains the summary string describe in its sense.toml file.
authors
The authors field contains a sequential table of author strings equivalent to the authors specified in its sense.toml file.
dependencies
The dependencies field contains a sequential table of sense table types for each dependency the Sense in question has.