From f0fc7ad51480eeaf5d2b137fa3f277eb5675a2ba Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Wed, 11 Dec 2024 13:40:46 +0000 Subject: [PATCH] add patches for private repos --- tree_compresser/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tree_compresser/Cargo.toml b/tree_compresser/Cargo.toml index 8a5b366..bf42c02 100644 --- a/tree_compresser/Cargo.toml +++ b/tree_compresser/Cargo.toml @@ -15,3 +15,8 @@ name = "tree_traverser" crate-type = ["cdylib"] path = "./rust_src/lib.rs" +[patch.'https://github.com/ecmwf/rsfdb'] +rsfdb = { path = "../rsfdb" } + +[patch.'https://github.com/ecmwf-projects/rsfindlibs'] +rsfindlibs = { path = "../rsfindlibs" } \ No newline at end of file