1 | [package] |
2 | name = "cpp" |
3 | version = "0.5.9" |
4 | authors = ["Nika Layzell <nika@thelayzells.com>" , "Olivier Goffart <olivier.goffart@slint-ui.com>" ] |
5 | edition = "2018" |
6 | description = "Inline C++ code closures" |
7 | readme = "../README.md" |
8 | license = "MIT/Apache-2.0" |
9 | keywords = ["c" , "cxx" , "ffi" , "compiler" ] |
10 | categories = ["development-tools::ffi" ] |
11 | repository = "https://github.com/mystor/rust-cpp" |
12 | documentation = "https://docs.rs/cpp" |
13 | |
14 | [dependencies] |
15 | cpp_macros = { version = "=0.5.9" , path = "../cpp_macros" } |
16 | |
17 | [dev-dependencies] |
18 | cpp_build = { version = "=0.5.9" , path = "../cpp_build" } |
19 | |