[package]
name = "rustyfi-loader"
description = "Multi-file loading layer (@require:/@import: resolution and dependency ordering) for SATySFi documents"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true
authors.workspace = true
[dependencies]
rustyfi-syntax.workspace = true
safegraph.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_yaml = "0.9"