fix(generate): rename cargo.toml template
This fixes issues with vendoring on case-insensitive file systems
This commit is contained in:
parent
78f02d95f3
commit
fec6c77da8
2 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const RUST_BINDING_VERSION_PLACEHOLDER: &str = "RUST_BINDING_VERSION";
|
|||
|
||||
const LIB_RS_TEMPLATE: &str = include_str!("./templates/lib.rs");
|
||||
const BUILD_RS_TEMPLATE: &str = include_str!("./templates/build.rs");
|
||||
const CARGO_TOML_TEMPLATE: &str = include_str!("./templates/cargo.toml");
|
||||
const CARGO_TOML_TEMPLATE: &str = include_str!("./templates/_cargo.toml");
|
||||
|
||||
const INDEX_JS_TEMPLATE: &str = include_str!("./templates/index.js");
|
||||
const INDEX_D_TS_TEMPLATE: &str = include_str!("./templates/index.d.ts");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue