Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
22
vendor/cxx/book/book.toml
vendored
Normal file
22
vendor/cxx/book/book.toml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue