diff --git a/Cargo.lock b/Cargo.lock index 6a3fa200..69939882 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,6 +1016,15 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "copy_dir" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "543d1dd138ef086e2ff05e3a48cf9da045da2033d16f8538fd76b86cd49b2ca3" +dependencies = [ + "walkdir", +] + [[package]] name = "core-foundation" version = "0.9.3" @@ -2620,8 +2629,11 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hxcadaptor-sys" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "216919519d7c1a690b489d1a23537acb0747d4fa91ee508899305205299e2312" dependencies = [ "bindgen", + "copy_dir", "dunce", "make-cmd", ] @@ -2629,6 +2641,8 @@ dependencies = [ [[package]] name = "hxcfe" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "008624c1da5dd27087f89ce9d20005b908419c62130218848eea23d8f1ca408e" dependencies = [ "enumn", "hxcfe-sys", @@ -2639,8 +2653,11 @@ dependencies = [ [[package]] name = "hxcfe-sys" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dac75c30bcfd236f53cd04f62628dc148e08d4f589baf46ddf0226d9646c46e" dependencies = [ "bindgen", + "copy_dir", "dunce", "hxcadaptor-sys", "make-cmd", diff --git a/Cargo.toml b/Cargo.toml index 73f30e4f..ffa01e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,10 +161,9 @@ hxcfe-sys = "0.1.0" [patch.crates-io] -# TODO remove and use the real path when everythn will work -hxcfe-sys = {path = "../hxc_rust/hxcfe-sys/"} -hxcfe = {path = "../hxc_rust/hxcfe/"} -hxcadaptor-sys = {path = "../hxc_rust/hxcadaptor-sys/"} +#hxcfe-sys = {path = "../hxc_rust/hxcfe-sys/"} +#hxcfe = {path = "../hxc_rust/hxcfe/"} +#hxcadaptor-sys = {path = "../hxc_rust/hxcadaptor-sys/"} #cpclib-xferfs = {path = "./cpclib-xferfs/"} cpclib = {path = "./cpclib/"}