cpp_to_rust_build_tools 0.1.0

Build script implementation for C++ library wrappers
1
2
3
4
5
6
7
8
9
10
[package]
name = "cpp_to_rust_build_tools"
version = "0.1.0"
authors = ["Ri <ri@idzaaus.org>"]

description = "Build script implementation for C++ library wrappers"
license = "MIT"

[dependencies]
cpp_to_rust_common = "0.0"