[package] name = "cpp_to_rust_build_tools" # Don't forget to update `cpp_to_rust/cpp_to_rust_generator/src/versions.rs` # and dependency version in qt_build_tools # when changing this version. version = "0.2.3" authors = ["Pavel Strakhov "] description = "Build script implementation for C++ library wrappers" repository = "https://github.com/rust-qt/cpp_to_rust/tree/master/cpp_to_rust/cpp_to_rust_build_tools" license = "MIT" [dependencies] cpp_to_rust_common = { version = "0.2.3", path = "../../cpp_to_rust/cpp_to_rust_common" }