1 2 3 4 5 6 7 8
# Bynk project manifest — marks the project root for `bynkc` and the LSP. [project] name = "appname" version = "0.1.0" [paths] src = "src" tests = "tests"