churn-universe/dev-packages/wit/world.wit
kjuulh dee3421313 feat: add dev-packages
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-01-05 21:33:11 +01:00

8 lines
199 B
Plaintext

package component:dev-packages;
/// An example world for the component to target.
world dev-packages {
import component:churn-tasks/process@0.1.0;
export component:churn-tasks/task@0.1.0;
}