Put a symlink to path.bin in this crate, to allow cargo publish to work

This commit is contained in:
Tony Garnock-Jones 2021-08-10 12:25:05 -04:00
parent 3128f6da82
commit cf94a95266
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-path"
version = "0.1.2"
version = "0.1.3"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of preserves-path, a query language for Preserves documents."

View File

@ -11,7 +11,8 @@ fn main() -> Result<(), Error> {
let mut c = CompilerConfig::new(gen_dir, "crate::schemas".to_owned());
let inputs = expand_inputs(&vec!["../../../path/path.bin".to_owned()])?;
let inputs = expand_inputs(&vec!["path.bin".to_owned()])?;
c.load_schemas_and_bundles(&inputs)?;
compile(&c)
}

View File

@ -0,0 +1 @@
../../../path/path.bin