faber.toml package metadata for build, run, and test.
Aliases: faber.toml, package manifest
Syntax: faber.toml
Category
package
Related
Examples
examples/corpus/meta/manifest.fab (canonical · concept)
faber.toml package metadata for build, run, and test.
# meta/manifest — package manifest (META)
#
# Website/tooling documents faber.toml; this exemplum is not a manifest file.
#
# Example package layout:
#
# faber.toml
# src/main.fab
#
# Example faber.toml:
#
# [package]
# name = "salve"
# version = "0.1.0"
# edition = "2026"
#
# [paths]
# source = "src"
# entry = "main.fab"
#
# [build]
# target = "rust"
# kind = "bin"
#
# GRAMMAR:
# packageManifest :← toml document (faber tool, not Faber source)
#
# EXPECTED OUTPUT:
# manifest exemplum
#
# BACKEND:
# META-only — runnable body is compile smoke only.
incipit {
nota "manifest exemplum — configure packages via faber.toml"
}Expected output:
manifest exemplum — configure packages via faber.toml