diff options
Diffstat (limited to 'vendor/cxx/book/book.toml')
-rw-r--r-- | vendor/cxx/book/book.toml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/vendor/cxx/book/book.toml b/vendor/cxx/book/book.toml deleted file mode 100644 index 066f3a627..000000000 --- a/vendor/cxx/book/book.toml +++ /dev/null @@ -1,22 +0,0 @@ -[book] -#title = "Rust ♡ C++" -authors = ["David Tolnay"] -description = "CXX — safe interop between Rust and C++" - -[rust] -edition = "2018" - -[build] -build-dir = "build" -create-missing = false - -[output.html] -additional-css = ["css/cxx.css"] -cname = "cxx.rs" -git-repository-url = "https://github.com/dtolnay/cxx" -playground = { copyable = false } -print = { enable = false } - -[output.html.redirect] -"binding/index.html" = "../bindings.html" -"build/index.html" = "../building.html" |