add patches for private repos

This commit is contained in:
Tom Hodson 2024-12-11 13:40:46 +00:00
parent cade421402
commit f0fc7ad514

View File

@ -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" }