File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
codegen-v2/src/codegen/rust
templates/blockchain_crate Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ use std::path::PathBuf;
13
13
const BLOCKCHAIN_ADDRESS_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/address.rs" ) ;
14
14
const BLOCKCHAIN_COMPILER_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/compiler.rs" ) ;
15
15
const BLOCKCHAIN_ENTRY_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/entry.rs" ) ;
16
- const BLOCKCHAIN_MANIFEST_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/Cargo.toml" ) ;
16
+ const BLOCKCHAIN_MANIFEST_TEMPLATE : & str =
17
+ include_str ! ( "templates/blockchain_crate/Cargo.toml.hbs" ) ;
17
18
const BLOCKCHAIN_LIB_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/lib.rs" ) ;
18
19
const BLOCKCHAIN_SIGNER_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/signer.rs" ) ;
19
20
File renamed without changes.
You can’t perform that action at this time.
0 commit comments