# This TOML file validates that our parser can handle paths relative to the manifest,
# and that the project, WIT, build, etc directories can be in different locations.
= "rust"
= "component"
= "testcomponent"
= "0.1.0"
= "../"
# Absolute paths to other directories
= "/tmp/some/other/build"
= "/tmp/nested/wit"
[]
# Relative paths (to the project path)
= "build/testcomponent_raw.wasm"
= "./build/testcomponent.wasm"
[]
# Relative paths (to the project path)
= "../cargo"
= "./target"